mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 13:08:06 +00:00
Drop Ubuntu 20.04 Focal Fossa
Focal-specific ./configure options were moved to Jammy.
This commit is contained in:
parent
73e56aa991
commit
326e19a65a
@ -230,10 +230,6 @@ stages:
|
|||||||
|
|
||||||
# Ubuntu
|
# Ubuntu
|
||||||
|
|
||||||
.ubuntu-focal-amd64: &ubuntu_focal_amd64_image
|
|
||||||
image: "$CI_REGISTRY_IMAGE:ubuntu-focal-amd64"
|
|
||||||
<<: *linux_amd64
|
|
||||||
|
|
||||||
.ubuntu-jammy-amd64: &ubuntu_jammy_amd64_image
|
.ubuntu-jammy-amd64: &ubuntu_jammy_amd64_image
|
||||||
image: "$CI_REGISTRY_IMAGE:ubuntu-jammy-amd64"
|
image: "$CI_REGISTRY_IMAGE:ubuntu-jammy-amd64"
|
||||||
<<: *linux_amd64
|
<<: *linux_amd64
|
||||||
@ -1194,39 +1190,13 @@ unit:gcc:tumbleweed:amd64:
|
|||||||
- job: gcc:tumbleweed:amd64
|
- job: gcc:tumbleweed:amd64
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
# Jobs for regular GCC builds on Ubuntu 20.04 Focal Fossa (amd64)
|
|
||||||
|
|
||||||
gcc:focal:amd64:
|
|
||||||
variables:
|
|
||||||
CC: gcc
|
|
||||||
CFLAGS: "${CFLAGS_COMMON} -Og"
|
|
||||||
EXTRA_CONFIGURE: "--disable-dnstap --without-cmocka --without-gssapi --with-libidn2"
|
|
||||||
<<: *ubuntu_focal_amd64_image
|
|
||||||
<<: *build_job
|
|
||||||
|
|
||||||
system:gcc:focal:amd64:
|
|
||||||
<<: *ubuntu_focal_amd64_image
|
|
||||||
<<: *system_test_job
|
|
||||||
<<: *api_pipelines_schedules_tags_triggers_web_triggering_rules
|
|
||||||
needs:
|
|
||||||
- job: gcc:focal:amd64
|
|
||||||
artifacts: true
|
|
||||||
|
|
||||||
unit:gcc:focal:amd64:
|
|
||||||
<<: *ubuntu_focal_amd64_image
|
|
||||||
<<: *unit_test_job
|
|
||||||
<<: *api_pipelines_schedules_tags_triggers_web_triggering_rules
|
|
||||||
needs:
|
|
||||||
- job: gcc:focal:amd64
|
|
||||||
artifacts: true
|
|
||||||
|
|
||||||
# Jobs for regular GCC builds on Ubuntu 22.04 Jammy Jellyfish (amd64)
|
# Jobs for regular GCC builds on Ubuntu 22.04 Jammy Jellyfish (amd64)
|
||||||
|
|
||||||
gcc:jammy:amd64:
|
gcc:jammy:amd64:
|
||||||
variables:
|
variables:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
CFLAGS: "${CFLAGS_COMMON}"
|
CFLAGS: "${CFLAGS_COMMON}"
|
||||||
EXTRA_CONFIGURE: "--disable-geoip --with-libidn2 --disable-doh"
|
EXTRA_CONFIGURE: "--disable-geoip --with-libidn2 --disable-doh --disable-dnstap --without-cmocka --without-gssapi"
|
||||||
<<: *ubuntu_jammy_amd64_image
|
<<: *ubuntu_jammy_amd64_image
|
||||||
<<: *build_job
|
<<: *build_job
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ Current versions of BIND 9 are fully supported and regularly tested on the
|
|||||||
following systems:
|
following systems:
|
||||||
|
|
||||||
- Debian 12
|
- Debian 12
|
||||||
- Ubuntu LTS 20.04, 22.04, 24.04
|
- Ubuntu LTS 22.04, 24.04
|
||||||
- Fedora 42
|
- Fedora 42
|
||||||
- Red Hat Enterprise Linux / CentOS / Oracle Linux 8, 9
|
- Red Hat Enterprise Linux / CentOS / Oracle Linux 8, 9
|
||||||
- FreeBSD 13.4, 14.2
|
- FreeBSD 13.4, 14.2
|
||||||
@ -87,7 +87,7 @@ supported platforms.
|
|||||||
|
|
||||||
- Platforms past or close to their respective EOL dates, such as:
|
- Platforms past or close to their respective EOL dates, such as:
|
||||||
|
|
||||||
- Ubuntu 14.04, 16.04, 18.04 (Ubuntu ESM releases are not supported)
|
- Ubuntu 14.04, 16.04, 18.04, 20.04 (Ubuntu ESM releases are not supported)
|
||||||
- Red Hat Enterprise Linux / CentOS / Oracle Linux 6, 7
|
- Red Hat Enterprise Linux / CentOS / Oracle Linux 6, 7
|
||||||
- Debian 8 Jessie, 9 Stretch, 10 Buster, 11 Bullseye
|
- Debian 8 Jessie, 9 Stretch, 10 Buster, 11 Bullseye
|
||||||
- FreeBSD 10.x, 11.x
|
- FreeBSD 10.x, 11.x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user