From: Ondřej Surý Date: Wed, 25 Mar 2020 15:31:59 +0000 (+0100) Subject: Replace clang:stretch:amd64 build with clang:buster:amd64 build (+ add missing system... X-Git-Tag: v9.14.12~10^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=696f0ecdf6fd6f716ab4d82358d6fe07922110b9;p=thirdparty%2Fbind9.git Replace clang:stretch:amd64 build with clang:buster:amd64 build (+ add missing system test) (cherry picked from commit 281531d82bab6d8d6eceb0937b4ca100fd20a2ff) (cherry picked from commit 95d2d8399a02833553e39e6be943a47e3d4c5ce0) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98c6b2107bc..1d3b9ca96e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1028,21 +1028,28 @@ unit:mutexatomics: - job: mutexatomics artifacts: true -# Jobs for Clang builds on Debian Stretch (amd64) +# Jobs for Clang builds on Debian Buster (amd64) -clang:stretch:amd64: +clang:buster:amd64: variables: CC: ${CLANG} CFLAGS: "${CFLAGS_COMMON} -Wenum-conversion" EXTRA_CONFIGURE: "--with-python=python3" - <<: *debian_stretch_amd64_image + <<: *debian_buster_amd64_image <<: *build_job -unit:clang:stretch:amd64: - <<: *debian_stretch_amd64_image +system:clang:buster:amd64: + <<: *debian_buster_amd64_image + <<: *system_test_job + needs: + - job: clang:buster:amd64 + artifacts: true + +unit:clang:buster:amd64: + <<: *debian_buster_amd64_image <<: *unit_test_job needs: - - job: clang:stretch:amd64 + - job: clang:buster:amd64 artifacts: true # Jobs for PKCS#11-enabled GCC builds on Debian Sid (amd64)