]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update to OpenBSD 6.7
authorMichal Nowak <mnowak@isc.org>
Mon, 1 Jun 2020 06:15:58 +0000 (08:15 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 29 Jun 2020 10:48:52 +0000 (12:48 +0200)
(cherry picked from commit 374660fd37ba99581333cadabed257b65d361636)

.gitlab-ci.yml

index 920d69e260298d7a32fdde615b89d15576cf3b5a..3200e899a3a21fa3eda801fbac4b01636426c540 100644 (file)
@@ -1146,22 +1146,22 @@ unit:clang:freebsd12.1:amd64:
     - job: clang:freebsd12.1:amd64
       artifacts: true
 
-# Jobs for Clang builds on OpenBSD 6.6 (amd64)
+# Jobs for Clang builds on OpenBSD 6.7 (amd64)
 
-clang:openbsd6.6:amd64:
+clang:openbsd6.7:amd64:
   variables:
     CC: clang
     USER: gitlab-runner
   <<: *openbsd_amd64
   <<: *build_job
 
-system:clang:openbsd6.6:amd64:
+system:clang:openbsd6.7:amd64:
   <<: *openbsd_amd64
   <<: *system_test_job
   variables:
     USER: gitlab-runner
   needs:
-    - job: clang:openbsd6.6:amd64
+    - job: clang:openbsd6.7:amd64
       artifacts: true
   only:
     - schedules