]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop FreeBSD 11
authorMichal Nowak <mnowak@isc.org>
Tue, 30 Nov 2021 14:45:39 +0000 (15:45 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 17 Dec 2021 11:40:48 +0000 (12:40 +0100)
Support for FreeBSD 11.4, the last FreeBSD 11.x release, ended on
September 30, 2021.

The "--with-readline" ./configure option has been added to gcc:sid:amd64
CI job; otherwise, it would be lost with the FreeBSD 11 removal.

Link: https://www.freebsd.org/security/unsupported/
.gitlab-ci.yml
PLATFORMS.md

index 2239e812447b99ea8c0a063aa3a1b76c84987e05..68c456a57e9bbbe91a5d8f8c0c04311758e7bf79 100644 (file)
@@ -173,10 +173,6 @@ stages:
 
 ### QCOW2 Image Templates
 
-.freebsd-11-amd64: &freebsd_11_amd64_image
-  image: "freebsd-11.4-x86_64"
-  <<: *libvirt_amd64
-
 .freebsd-12-amd64: &freebsd_12_amd64_image
   image: "freebsd-12.2-x86_64"
   <<: *libvirt_amd64
@@ -747,7 +743,7 @@ gcc:sid:amd64:
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON} -O3"
-    EXTRA_CONFIGURE: "--with-libidn2 --without-lmdb"
+    EXTRA_CONFIGURE: "--with-libidn2 --without-lmdb ${WITH_READLINE}"
     RUN_MAKE_INSTALL: 1
   <<: *debian_sid_amd64_image
   <<: *build_job
@@ -1037,36 +1033,6 @@ unit:clang:buster:amd64:
     - job: clang:buster:amd64
       artifacts: true
 
-# Jobs for Clang builds on FreeBSD 11 (amd64)
-
-clang:freebsd11:amd64:
-  variables:
-    CFLAGS: "${CFLAGS_COMMON}"
-    EXTRA_CONFIGURE: "${WITH_READLINE}"
-    USER: gitlab-runner
-  <<: *freebsd_11_amd64_image
-  <<: *build_job
-  <<: *schedules_tags_web_triggering_rules
-
-system:clang:freebsd11:amd64:
-  <<: *freebsd_11_amd64_image
-  <<: *system_test_job
-  <<: *schedules_tags_web_triggering_rules
-  variables:
-    USER: gitlab-runner
-    TEST_PARALLEL_JOBS: 4
-  needs:
-    - job: clang:freebsd11:amd64
-      artifacts: true
-
-unit:clang:freebsd11:amd64:
-  <<: *freebsd_11_amd64_image
-  <<: *unit_test_job
-  <<: *schedules_tags_web_triggering_rules
-  needs:
-    - job: clang:freebsd11:amd64
-      artifacts: true
-
 # Jobs for Clang builds on FreeBSD 12 (amd64)
 
 clang:freebsd12:amd64:
index 54c95b3da8f5049c191073cca669a3064380ae82..6eef1c38b81d78a35199d27ed0552977ea9682ed 100644 (file)
@@ -64,7 +64,7 @@ following systems:
 * Ubuntu LTS 18.04, 20.04
 * Fedora 34
 * Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
-* FreeBSD 11.4, 12.2, 13.0
+* FreeBSD 12.2, 13.0
 * OpenBSD 7.0
 * Alpine Linux 3.15
 
@@ -102,7 +102,7 @@ platforms.
     * Ubuntu 14.04, 16.04 (Ubuntu ESM releases are not supported)
     * CentOS 6
     * Debian Jessie
-    * FreeBSD 10.x
+    * FreeBSD 10.x, 11.x
 
 ## Unsupported platforms