]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop Ubuntu 20.04 Focal Fossa
authorMichal Nowak <mnowak@isc.org>
Thu, 12 Dec 2024 11:25:09 +0000 (12:25 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 13 May 2025 17:31:36 +0000 (19:31 +0200)
Focal-specific ./configure option was moved to Bionic.

(cherry picked from commit 326e19a65ae511df56c8a32c49d011052186774f)

.gitlab-ci.yml

index 14aa850a49a4294a48c812ad519f73de7f747d89..dfc9e1d1a70d84358c182ed8c13ef64c22909e89 100644 (file)
@@ -113,10 +113,6 @@ stages:
   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
-
 # Base image
 # This is a meta image that is used as a base for non-specific jobs
 
@@ -572,7 +568,7 @@ gcc:bionic:amd64:
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON} -O2"
-    EXTRA_CONFIGURE: "--without-geoip2 --with-geoip --with-gssapi"
+    EXTRA_CONFIGURE: "--without-geoip2 --with-geoip --with-gssapi=/usr"
   <<: *ubuntu_bionic_amd64_image
   <<: *build_job
 
@@ -590,23 +586,6 @@ unit:gcc:bionic:amd64:
     - 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: "--with-libidn2 --with-gssapi=/usr"
-  <<: *ubuntu_focal_amd64_image
-  <<: *build_job
-
-system:gcc:focal:amd64:
-  <<: *ubuntu_focal_amd64_image
-  <<: *system_test_job
-  needs:
-    - job: gcc:focal:amd64
-      artifacts: true
-
 # Jobs for builds with ASAN enabled
 
 # "--disable-warn-error" ./configure option disables compiler warnings. This