Add libdw-dev to build dependencies in Jenkinsfile

This commit is contained in:
2026-07-17 12:30:47 +02:00
parent 6769cce890
commit 47734926f7
Vendored
+2 -1
View File
@@ -39,7 +39,8 @@ pipeline {
curl \
xz-utils \
debhelper \
lintian
lintian \
libdw-dev
'''
}
}