mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 05:22:05 -04:00
Drop Ubuntu 18.04 bionic from the CI
The Ubuntu 18.04 bionic will go EOL in April 2023 before the next stable BIND 9 release, so we can drop this for the next stable BIND 9 release.
This commit is contained in:
parent
7238c85c88
commit
d5bead54c0
2 changed files with 4 additions and 35 deletions
|
|
@ -152,10 +152,6 @@ stages:
|
|||
|
||||
# Ubuntu
|
||||
|
||||
.ubuntu-bionic-amd64: &ubuntu_bionic_amd64_image
|
||||
image: "$CI_REGISTRY_IMAGE:ubuntu-bionic-amd64"
|
||||
<<: *linux_amd64
|
||||
|
||||
.ubuntu-focal-amd64: &ubuntu_focal_amd64_image
|
||||
image: "$CI_REGISTRY_IMAGE:ubuntu-focal-amd64"
|
||||
<<: *linux_amd64
|
||||
|
|
@ -880,40 +876,13 @@ unit:gcc:tumbleweed:amd64:
|
|||
- job: gcc:tumbleweed:amd64
|
||||
artifacts: true
|
||||
|
||||
# Jobs for regular GCC builds on Ubuntu 18.04 Bionic Beaver (amd64)
|
||||
|
||||
gcc:bionic:amd64:
|
||||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -O2"
|
||||
EXTRA_CONFIGURE: "--disable-dnstap --without-cmocka --without-gssapi"
|
||||
<<: *ubuntu_bionic_amd64_image
|
||||
<<: *build_job
|
||||
<<: *api_schedules_tags_triggers_web_triggering_rules
|
||||
|
||||
system:gcc:bionic:amd64:
|
||||
<<: *ubuntu_bionic_amd64_image
|
||||
<<: *system_test_job
|
||||
<<: *api_schedules_tags_triggers_web_triggering_rules
|
||||
needs:
|
||||
- job: gcc:bionic:amd64
|
||||
artifacts: true
|
||||
|
||||
unit:gcc:bionic:amd64:
|
||||
<<: *ubuntu_bionic_amd64_image
|
||||
<<: *unit_test_job
|
||||
<<: *api_schedules_tags_triggers_web_triggering_rules
|
||||
needs:
|
||||
- job: gcc:bionic:amd64
|
||||
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-geoip --with-libidn2"
|
||||
EXTRA_CONFIGURE: "--disable-dnstap --without-cmocka --without-gssapi --with-libidn2"
|
||||
<<: *ubuntu_focal_amd64_image
|
||||
<<: *build_job
|
||||
|
||||
|
|
@ -937,7 +906,7 @@ gcc:jammy:amd64:
|
|||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON}"
|
||||
EXTRA_CONFIGURE: "--with-libidn2 --disable-doh"
|
||||
EXTRA_CONFIGURE: "--disable-geoip --with-libidn2 --disable-doh"
|
||||
<<: *ubuntu_jammy_amd64_image
|
||||
<<: *build_job
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ As of August 2022, current versions of BIND 9 are fully supported and regularly
|
|||
following systems:
|
||||
|
||||
- Debian 11
|
||||
- Ubuntu LTS 18.04, 20.04, 22.04
|
||||
- Ubuntu LTS 20.04, 22.04
|
||||
- Fedora 36
|
||||
- Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8, 9
|
||||
- FreeBSD 12.3, 13.1
|
||||
|
|
@ -90,7 +90,7 @@ supported platforms.
|
|||
|
||||
- Platforms past or close to their respective EOL dates, such as:
|
||||
|
||||
- Ubuntu 14.04, 16.04 (Ubuntu ESM releases are not supported)
|
||||
- Ubuntu 14.04, 16.04, 18.04 (Ubuntu ESM releases are not supported)
|
||||
- CentOS 6
|
||||
- Debian 8 Jessie, 9 Stretch, 10 Buster
|
||||
- FreeBSD 10.x, 11.x
|
||||
|
|
|
|||
Loading…
Reference in a new issue