]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update GitLab CI to FreeBSD 12.1
authorMichał Kępień <michal@isc.org>
Mon, 16 Mar 2020 10:32:46 +0000 (11:32 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 16 Mar 2020 19:04:48 +0000 (19:04 +0000)
Since FreeBSD 12.1 is the current FreeBSD 12.x release, replace FreeBSD
12.0 GitLab CI jobs with their up-to-date counterparts.

(cherry picked from commit 4c68b56246608383fe8acf27c2cc71fb4754ffb0)

.gitlab-ci.yml
PLATFORMS
PLATFORMS.md

index dba3520f1cb1b723ed8ddfce17e11f6279ecb3c1..9997ca2f1a49e99ed5b3f0f352b355b5a4a4ef47 100644 (file)
@@ -1099,28 +1099,28 @@ unit:clang:freebsd11.3:amd64:
     - clang:freebsd11.3:amd64
   needs: ["clang:freebsd11.3:amd64"]
 
-# Jobs for Clang builds on FreeBSD 12.0 (amd64)
+# Jobs for Clang builds on FreeBSD 12.1 (amd64)
 
-clang:freebsd12.0:amd64:
+clang:freebsd12.1:amd64:
   variables:
     CFLAGS: "${CFLAGS_COMMON}"
     EXTRA_CONFIGURE: "--enable-dnstap"
   <<: *freebsd_amd64
   <<: *build_job
 
-system:clang:freebsd12.0:amd64:
+system:clang:freebsd12.1:amd64:
   <<: *freebsd_amd64
   <<: *system_test_job
   dependencies:
-    - clang:freebsd12.0:amd64
-  needs: ["clang:freebsd12.0:amd64"]
+    - clang:freebsd12.1:amd64
+  needs: ["clang:freebsd12.1:amd64"]
 
-unit:clang:freebsd12.0:amd64:
+unit:clang:freebsd12.1:amd64:
   <<: *freebsd_amd64
   <<: *unit_test_job
   dependencies:
-    - clang:freebsd12.0:amd64
-  needs: ["clang:freebsd12.0:amd64"]
+    - clang:freebsd12.1:amd64
+  needs: ["clang:freebsd12.1:amd64"]
 
 # Jobs for Clang builds on OpenBSD 6.6 (amd64)
 
index 467250a95684b4db7a1af813651f42e254f2079b..1cc5134a03df2e8785fbac743e984e77bdd3e107 100644 (file)
--- a/PLATFORMS
+++ b/PLATFORMS
@@ -34,14 +34,14 @@ offer support on a "best effort" basis for some.
 
 Regularly tested platforms
 
-As of Feb 2020, BIND 9.16 is fully supported and regularly tested on the
+As of Mar 2020, BIND 9.16 is fully supported and regularly tested on the
 following systems:
 
   * Debian 9, 10
   * Ubuntu LTS 16.04, 18.04
   * Fedora 31
   * Red Hat Enterprise Linux / CentOS 7, 8
-  * FreeBSD 11.3, 12.0
+  * FreeBSD 11.3, 12.1
   * OpenBSD 6.6
   * Alpine Linux
 
index 0cb53f245d2fd7a0ab44c841ec61d2b4e1067045..29e3611896289cf97f3e1dc52d762d5a5d8b049c 100644 (file)
@@ -42,14 +42,14 @@ offer support on a "best effort" basis for some.
 
 ### Regularly tested platforms
 
-As of Feb 2020, BIND 9.16 is fully supported and regularly tested on the
+As of Mar 2020, BIND 9.16 is fully supported and regularly tested on the
 following systems:
 
 * Debian 9, 10
 * Ubuntu LTS 16.04, 18.04
 * Fedora 31
 * Red Hat Enterprise Linux / CentOS 7, 8
-* FreeBSD 11.3, 12.0
+* FreeBSD 11.3, 12.1
 * OpenBSD 6.6
 * Alpine Linux