]> 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:08:19 +0000 (12:08 +0200)
.gitlab-ci.yml
PLATFORMS.md

index 3a04d8b098ebf9185c416317b3b7b2dd24adefc0..e4d6115734034b9bbb0d30af993ca2dc0d7f95a4 100644 (file)
@@ -1147,22 +1147,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
index e7933102e118f66a716b8e7181cb6bd007d8fb42..5f12bc06616a4fd6742726996d449e70e48d21e7 100644 (file)
@@ -50,7 +50,7 @@ following systems:
 * Fedora 32
 * Red Hat Enterprise Linux / CentOS 7, 8
 * FreeBSD 11.3, 12.1
-* OpenBSD 6.6
+* OpenBSD 6.7
 * Alpine Linux
 
 The amd64, i386, armhf and arm64 CPU architectures are all fully supported.