mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
GitLab: Disabling build for CentOS 7 and Ubuntu 14.04 as our build machines don't like C11
This commit is contained in:
parent
c0c695c761
commit
ee4fbcf5dc
@ -140,18 +140,10 @@ build-fedora-34-amd64:
|
|||||||
<<: *build-linux
|
<<: *build-linux
|
||||||
image: registry.nic.cz/labs/bird:fedora-33-amd64
|
image: registry.nic.cz/labs/bird:fedora-33-amd64
|
||||||
|
|
||||||
build-centos-7-amd64:
|
|
||||||
<<: *build-linux
|
|
||||||
image: registry.nic.cz/labs/bird:centos-7-amd64
|
|
||||||
|
|
||||||
build-centos-8-amd64:
|
build-centos-8-amd64:
|
||||||
<<: *build-linux
|
<<: *build-linux
|
||||||
image: registry.nic.cz/labs/bird:centos-8-amd64
|
image: registry.nic.cz/labs/bird:centos-8-amd64
|
||||||
|
|
||||||
build-ubuntu-14_04-amd64:
|
|
||||||
<<: *build-linux
|
|
||||||
image: registry.nic.cz/labs/bird:ubuntu-14.04-amd64
|
|
||||||
|
|
||||||
build-ubuntu-16_04-amd64:
|
build-ubuntu-16_04-amd64:
|
||||||
<<: *build-linux
|
<<: *build-linux
|
||||||
image: registry.nic.cz/labs/bird:ubuntu-16.04-amd64
|
image: registry.nic.cz/labs/bird:ubuntu-16.04-amd64
|
||||||
@ -294,13 +286,6 @@ pkg-fedora-34-amd64:
|
|||||||
needs: [build-fedora-34-amd64]
|
needs: [build-fedora-34-amd64]
|
||||||
image: registry.nic.cz/labs/bird:fedora-34-amd64
|
image: registry.nic.cz/labs/bird:fedora-34-amd64
|
||||||
|
|
||||||
pkg-centos-7-amd64:
|
|
||||||
<<: *pkg-rpm-wa
|
|
||||||
variables:
|
|
||||||
LC_ALL: en_US.UTF-8
|
|
||||||
needs: [build-centos-7-amd64]
|
|
||||||
image: registry.nic.cz/labs/bird:centos-7-amd64
|
|
||||||
|
|
||||||
pkg-centos-8-amd64:
|
pkg-centos-8-amd64:
|
||||||
<<: *pkg-rpm-wa
|
<<: *pkg-rpm-wa
|
||||||
needs: [build-centos-8-amd64]
|
needs: [build-centos-8-amd64]
|
||||||
|
Loading…
Reference in New Issue
Block a user