From: Michal Nowak Date: Tue, 30 Nov 2021 14:45:39 +0000 (+0100) Subject: Drop FreeBSD 11 X-Git-Tag: v9.17.22~34^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=981579f379f11c025ef8e5d7c5cd6e940138388b;p=thirdparty%2Fbind9.git Drop FreeBSD 11 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/ --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2239e812447..68c456a57e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/PLATFORMS.md b/PLATFORMS.md index 54c95b3da8f..6eef1c38b81 100644 --- a/PLATFORMS.md +++ b/PLATFORMS.md @@ -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