diff options
author | Maria Matejka <mq@ucw.cz> | 2021-03-25 20:51:23 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-03-25 20:51:23 +0100 |
commit | a06469d9fc1d3ec4b17b3109627aff7d9877ba0e (patch) | |
tree | 65730d02ed75cd12c9241498323cddf2a8f714dc /.gitlab-ci.yml | |
parent | 886dd92eeefa070d8db6aaf0245a67f7a9e9b983 (diff) |
Dropping automatic tests for Debian 7 Wheezy.
Debian 7 Wheezy has been superseded by Debian 8 Jessie on Apr 25, 2015,
with LTS support ending on May 31, 2018.
Debian 7 Wheezy's default GCC doesn't fully support C11. It should
anyway still be possible to build BIRD for Debian 7 if you backport
a C11-capable compiler there.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 763e4405..b630510b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,16 +31,6 @@ stages: # That's Docker in Docker - dind -docker_debian-7-amd64: - variables: - IMG_NAME: "debian-7-amd64" - <<: *docker_build - -docker_debian-7-i386: - variables: - IMG_NAME: "debian-7-i386" - <<: *docker_build - docker_debian-8-amd64: variables: IMG_NAME: "debian-8-amd64" @@ -191,14 +181,6 @@ docker_opensuse-15.1-amd64: - linux - amd64 -build-debian-7-amd64: - <<: *build-linux - image: registry.labs.nic.cz/labs/bird:debian-7-amd64 - -build-debian-7-i386: - <<: *build-linux - image: registry.labs.nic.cz/labs/bird:debian-7-i386 - build-debian-8-amd64: <<: *build-linux image: registry.labs.nic.cz/labs/bird:debian-8-amd64 |