diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-30 16:09:58 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-30 16:09:58 +0200 |
commit | 1175a62b346475174e0527c8d7c6d32ce30e5e87 (patch) | |
tree | eb0e9cc9053b879ab209f037d5e02f0b2e4481e7 /packages | |
parent | 4dd9d433db8a257471bd2f58eff9b4e67ae035fe (diff) | |
download | vyos-build-1175a62b346475174e0527c8d7c6d32ce30e5e87.tar.gz vyos-build-1175a62b346475174e0527c8d7c6d32ce30e5e87.zip |
WireGuard: T2842: switch to binary package from buster-backports
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 1c660058..9003203c 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -129,13 +129,6 @@ pipeline { } } steps { - dir(env.BASE_DIR + '/wireguard') { - checkout([$class: 'GitSCM', - doGenerateSubmoduleConfigurations: false, - extensions: [[$class: 'CleanCheckout']], - branches: [[name: 'debian/1.0.20200513-1_bpo10+1' ]], - userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://salsa.debian.org/debian/wireguard.git']]]) - } dir(env.BASE_DIR + '/wireguard-linux-compat') { checkout([$class: 'GitSCM', doGenerateSubmoduleConfigurations: false, @@ -200,9 +193,6 @@ pipeline { dir(env.BASE_DIR) { // In Debian wireguard repo commit edb7124c866ea0e506278c311fc82dfde1f957be // they decided to split source code of the kernel part and tools - dir('wireguard') { - sh "dpkg-buildpackage -b -us -uc -tc" - } sh "./build-wireguard-modules.sh" } } |