]> 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 10:38:18 +0000 (11:38 +0100)
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 cb0d8dd558aab3a9dfbd033e4986222b6710684f..ec5bea506026220e2c498bbae7e59b96807d9654 100644 (file)
@@ -944,28 +944,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 b19f1e3dcf10e5b235bfe696ebb27913e21db9df..cd6a4ac02792b08eafaf3d576f5c3d6af8dba6d1 100644 (file)
--- a/PLATFORMS
+++ b/PLATFORMS
@@ -15,14 +15,14 @@ offer support on a "best effort" basis for some.
 
 Regularly tested platforms
 
-As of Feb 2020, BIND 9.14 is fully supported and regularly tested on the
+As of Mar 2020, BIND 9.14 is fully supported and regularly tested on the
 following systems:
 
   * Debian 8, 9, 10
   * Ubuntu LTS 16.04, 18.04
   * Fedora 31
   * Red Hat Enterprise Linux / CentOS 6, 7, 8
-  * FreeBSD 11.3, 12.0
+  * FreeBSD 11.3, 12.1
   * OpenBSD 6.6
   * Alpine Linux
 
index e4cf6b82dca1267b25f519778663e5d3b92b5ad9..efec412964aa4e8e549f9d716115cf439ef24533 100644 (file)
@@ -23,14 +23,14 @@ offer support on a "best effort" basis for some.
 
 ### Regularly tested platforms
 
-As of Feb 2020, BIND 9.14 is fully supported and regularly tested on the
+As of Mar 2020, BIND 9.14 is fully supported and regularly tested on the
 following systems:
 
 * Debian 8, 9, 10
 * Ubuntu LTS 16.04, 18.04
 * Fedora 31
 * Red Hat Enterprise Linux / CentOS 6, 7, 8
-* FreeBSD 11.3, 12.0
+* FreeBSD 11.3, 12.1
 * OpenBSD 6.6
 * Alpine Linux