Since we only use the control files to build Debian packages, we can
probably hard-code some specific versions here to make our objective
work.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
steps {
// Install all build dependencies
sh "apt-get build-dep -y -a${env.ARCH} ."
-
- // On Debian Bookworm, ensure we are using libcurl from backports
- script {
- if (env.IMAGE.contains("bookworm")) {
- sh """
- apt-get install -y \
- libcurl4-openssl-dev/${env.IMAGE}
- """
- }
- }
}
}
libarchive-dev,
libbpf-dev,
libcap-dev,
- libcurl4-dev,
+ libcurl4-openssl-dev (>= 8.11),
libdw-dev,
libelf-dev,
libpython3-dev,