mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
iproute2: T3276: bump version to 5.10 to match the running Kernel
This commit is contained in:
parent
4188b0f49a
commit
7785a36a38
6
packages/iproute2/Jenkinsfile
vendored
6
packages/iproute2/Jenkinsfile
vendored
@ -20,11 +20,13 @@
|
||||
// @Library annotation is not an import statement!
|
||||
@Library('vyos-build@current')_
|
||||
|
||||
// NOTE: we can build with -d as the libbpf dependency is installed manually
|
||||
// and not via a DEB package
|
||||
def pkgList = [
|
||||
['name': 'iproute2',
|
||||
'scmCommit': 'debian/5.4.0-1_bpo10+1',
|
||||
'scmCommit': 'debian/5.10.0-3',
|
||||
'scmUrl': 'https://salsa.debian.org/debian/iproute2',
|
||||
'buildCmd': 'dpkg-buildpackage -uc -us -tc -b'],
|
||||
'buildCmd': 'dpkg-buildpackage -uc -us -tc -b -d'],
|
||||
]
|
||||
|
||||
// Start package build using library function from https://github.com/vyos/vyos-build
|
||||
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit ae0b22e5a74391df3d6064f2f57ed31e222180bc
|
||||
Loading…
x
Reference in New Issue
Block a user