]> 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:32:46 +0000 (11:32 +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.

.gitlab-ci.yml
PLATFORMS
PLATFORMS.md

index 1ad8a05830cfa87fbaa2b4287006a37d50e40585..99d5fdb768959595720457a292ef3768847a2468 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 dcba5250307acd2a3df3fa661c79390ac53d27ce..dd00403a3064432f16ef86224f469a72526acf98 100644 (file)
--- a/PLATFORMS
+++ b/PLATFORMS
@@ -41,7 +41,7 @@ following systems:
   * 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 812939f64737ec96abb3b2fe9ce33b72c2a85b32..66d047471889c45d2bc0df3f35fdb812d4b65302 100644 (file)
@@ -49,7 +49,7 @@ following systems:
 * 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