]> git.ipfire.org Git - pakfire.git/commitdiff
jenkins: Run LCOV tests on Debian Bookworm
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 24 Jan 2025 10:30:02 +0000 (10:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 24 Jan 2025 10:30:02 +0000 (10:30 +0000)
Debian Trixie seems to generate some problems and I don't know how to
work around them now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 175518b0e25acfc162177692a3cc9032813623a7..c7330011685f2bdbd7418fe15403f3c0e058d77b 100644 (file)
@@ -180,7 +180,7 @@ pipeline {
                                stage("LCOV") {
                                        agent {
                                                docker {
-                                                       image "debian:trixie"
+                                                       image "debian:bookworm-backports"
 
                                                        // Run as root inside the containers to install dependencies
                                                        args "--privileged -u root"
@@ -193,7 +193,7 @@ pipeline {
                                                stage("Install Dependencies") {
                                                        steps {
                                                                script {
-                                                                       installBuildDepsDebian("trixie", "gcc")
+                                                                       installBuildDepsDebian("bookworm-backports", "gcc")
 
                                                                        // Install lcov
                                                                        sh "apt-get install -y lcov"