]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Replace clang:stretch:amd64 build with clang:buster:amd64 build (+ add missing system...
authorOndřej Surý <ondrej@isc.org>
Wed, 25 Mar 2020 15:31:59 +0000 (16:31 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 25 Mar 2020 17:12:39 +0000 (18:12 +0100)
(cherry picked from commit 281531d82bab6d8d6eceb0937b4ca100fd20a2ff)

.gitlab-ci.yml

index ad545f3c1d41286152e9b8a77bc5a2ee1d04022c..c0bb04f8ee54676a053b91c06602ebe9d880831b 100644 (file)
@@ -1035,21 +1035,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)