]> 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:44:17 +0000 (12:44 +0200)
(cherry picked from commit 374660fd37ba99581333cadabed257b65d361636)

.gitlab-ci.yml
PLATFORMS.md

index 9e5c601442a9e22b24ec64c1463a924bd8333647..96db8259afb5d0c25df616cf6d437cae3bfc3a01 100644 (file)
@@ -1156,22 +1156,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 bf209ab4c0c481a664c0ec1e7a00f4cf502c0eb7..add1d69e4aee2094d58e7dfe6ebf6da94232acc4 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.