@@ -221,46 +221,6 @@ centos-7-gcc-debug:
variables:
CONTAINER: centos:7
-debian-jessie-clang:
- extends: .clang-x86-64-build
- variables:
- CONTAINER: debian:jessie
-
-debian-jessie-clang-debug:
- extends: .clang-x86-64-build-debug
- variables:
- CONTAINER: debian:jessie
-
-debian-jessie-gcc:
- extends: .gcc-x86-64-build
- variables:
- CONTAINER: debian:jessie
-
-debian-jessie-gcc-debug:
- extends: .gcc-x86-64-build-debug
- variables:
- CONTAINER: debian:jessie
-
-debian-jessie-32-clang:
- extends: .clang-x86-32-build
- variables:
- CONTAINER: debian:jessie-i386
-
-debian-jessie-32-clang-debug:
- extends: .clang-x86-32-build-debug
- variables:
- CONTAINER: debian:jessie-i386
-
-debian-jessie-32-gcc:
- extends: .gcc-x86-32-build
- variables:
- CONTAINER: debian:jessie-i386
-
-debian-jessie-32-gcc-debug:
- extends: .gcc-x86-32-build-debug
- variables:
- CONTAINER: debian:jessie-i386
-
debian-stretch-clang:
extends: .clang-x86-64-build
variables:
Jessie as rearch EOL in 2020. Even if we update the containers, we would still not be able to reach HTTPS webside with Let's Encrypt certificates and thus would need more change to the container. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> --- Notes: While we remove some x86_32 testing, there's still debian-stretch-32-* and debian-unstable-32-*. automation/gitlab-ci/build.yaml | 40 --------------------------------- 1 file changed, 40 deletions(-)