From: Michał Kępień Date: Mon, 16 Mar 2020 10:32:46 +0000 (+0100) Subject: Update GitLab CI to FreeBSD 12.1 X-Git-Tag: v9.14.12~15^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6456402e0e04ae59636670c03534f5f2457d7603;p=thirdparty%2Fbind9.git Update GitLab CI to FreeBSD 12.1 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) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb0d8dd558a..ec5bea50602 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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) diff --git a/PLATFORMS b/PLATFORMS index b19f1e3dcf1..cd6a4ac0279 100644 --- 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 diff --git a/PLATFORMS.md b/PLATFORMS.md index e4cf6b82dca..efec412964a 100644 --- a/PLATFORMS.md +++ b/PLATFORMS.md @@ -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