From f2eb411646bbc3cbedd4aecaba98bd363a6cd3df Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 17 May 2022 10:03:41 +0200 Subject: [PATCH] gitlab-ci: Use openSUSE 15.3 for coverity 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 Reviewed-by: Alexander Bokovoy --- .gitlab-ci-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index 95ca23475e6..440567e1253 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -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 -- 2.11.4.GIT