]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
gitlab-ci: Use openSUSE 15.3 for coverity
authorAndreas Schneider <asn@samba.org>
Tue, 17 May 2022 08:03:41 +0000 (10:03 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 18 May 2022 06:58:35 +0000 (06:58 +0000)
It provides gcc 10.3 and MIT krb5 1.19. The current coverity version
only supports gcc up to 11.1.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
.gitlab-ci-main.yml

index 95ca23475e6dc098c42176a5667631e564e1f9e2..440567e125311fa9d32721d525b3ddbd49fcc1fc 100644 (file)
@@ -533,7 +533,7 @@ pages:
 coverity:
   extends: .shared_runner_build_image
   variables:
-    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_ubuntu2004}
+    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_opensuse153}
   stage: build
   script:
     - wget https://scan.coverity.com/download/linux64 --post-data "token=$COVERITY_SCAN_TOKEN&project=$COVERITY_SCAN_PROJECT_NAME" -O /tmp/coverity_tool.tgz