From: Michal Nowak Date: Fri, 13 Nov 2020 09:56:53 +0000 (+0100) Subject: Remove CentOS 6 from GitLab CI X-Git-Tag: v9.16.10~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b908cc9c79078ddc20fe77fd081d3c96e96f7805;p=thirdparty%2Fbind9.git Remove CentOS 6 from GitLab CI CentOS 6 reaches EOL on November 30, 2020 and will not be officially supported by the CentOS project. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a4e8b31025..e292bbdc07f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,10 +100,6 @@ stages: # CentOS -.centos-centos6-amd64: ¢os_centos6_amd64_image - image: "$CI_REGISTRY_IMAGE:centos-centos6-amd64" - <<: *linux_amd64 - .centos-centos7-amd64: ¢os_centos7_amd64_image image: "$CI_REGISTRY_IMAGE:centos-centos7-amd64" <<: *linux_amd64 @@ -583,30 +579,6 @@ unit:gcc:alpine3.12:amd64: - job: gcc:alpine3.12:amd64 artifacts: true -# Jobs for regular GCC builds on CentOS 6 (amd64) - -gcc:centos6:amd64: - variables: - CC: gcc - CFLAGS: "${CFLAGS_COMMON}" - EXTRA_CONFIGURE: "--with-libidn2 --disable-warn-error" - <<: *centos_centos6_amd64_image - <<: *build_job - -system:gcc:centos6:amd64: - <<: *centos_centos6_amd64_image - <<: *system_test_job - needs: - - job: gcc:centos6:amd64 - artifacts: true - -unit:gcc:centos6:amd64: - <<: *centos_centos6_amd64_image - <<: *unit_test_job - needs: - - job: gcc:centos6:amd64 - artifacts: true - # Jobs for regular GCC builds on CentOS 7 (amd64) gcc:centos7:amd64: