]> git.ipfire.org Git - pakfire.git/commitdiff
jenkins: Run Clang Static Analyzer on Debian Trixie
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Oct 2024 12:41:59 +0000 (12:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Oct 2024 12:41:59 +0000 (12:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 2a75a30046790cf2b0a8702d9e3fef6cb8fe7a47..0f39e5b277209e8b28634cb76db80d93d95e0491 100644 (file)
@@ -10,7 +10,7 @@ pipeline {
                                stage("Clang Static Analyzer") {
                                        agent {
                                                docker {
-                                                       image "debian:bookworm-backports"
+                                                       image "debian:trixie"
 
                                                        // Run as root inside the containers to install dependencies
                                                        args "-u root"
@@ -23,7 +23,7 @@ pipeline {
                                                stage("Install Dependencies") {
                                                        steps {
                                                                script {
-                                                                       installBuildDepsDebian("bookworm", "clang")
+                                                                       installBuildDepsDebian("trixie", "clang")
 
                                                                        // Install Clang Tools
                                                                        sh "apt-get install -y clang-tools"