From fcfe55a1a9a9b1bf1b9e8c5f38495ab7888bb351 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 14 Feb 2021 16:18:42 -0300 Subject: Disable Debian Unstable from pipelines. We are TMW2, not Evol. We do not provide LTS for our repositories. --- .gitlab-ci.yml | 72 ++++++++++++++++++++++++---------------------------------- 1 file changed, 30 insertions(+), 42 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0392064..f4277cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,13 +12,13 @@ gcc-snapshot: stage: build script: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror - image: debian:unstable + image: debian:buster gcc-snapshot-i386: stage: build script: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster gcc-4.8: stage: build @@ -48,85 +48,73 @@ gcc-6-i386: stage: build script: - ./tools/ci/jobs/gcc7.sh --enable-werror - image: debian:unstable + image: debian:buster .gcc-7-i386: stage: build script: - ./tools/ci/jobs/gcc7.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster gcc-8: stage: build script: - ./tools/ci/jobs/gcc8.sh --enable-werror - image: debian:unstable + image: debian:buster -gcc-8-i386: +.gcc-8-i386: stage: build script: - ./tools/ci/jobs/gcc8.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster gcc-9: stage: build script: - ./tools/ci/jobs/gcc9.sh --enable-werror - image: debian:unstable + image: debian:buster gcc-9-i386: stage: build script: - ./tools/ci/jobs/gcc9.sh --enable-werror - image: i386/debian:unstable - -clang-3.9: - stage: build - script: - - ./tools/ci/jobs/clang39.sh --enable-werror - image: debian:stretch - -.clang-3.9-i386: - stage: build - script: - - ./tools/ci/jobs/clang39.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster clang-6: stage: build script: - ./tools/ci/jobs/clang6.sh --enable-werror - image: debian:unstable + image: debian:buster .clang-6-i386: stage: build script: - ./tools/ci/jobs/clang6.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster clang-7: stage: build script: - ./tools/ci/jobs/clang7.sh --enable-werror - image: debian:unstable + image: debian:buster .clang-7-i386: stage: build script: - ./tools/ci/jobs/clang7.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster clang-8: stage: build script: - ./tools/ci/jobs/clang8.sh --enable-werror - image: debian:unstable + image: debian:buster clang-8-i386: stage: build script: - ./tools/ci/jobs/clang8.sh --enable-werror - image: i386/debian:unstable + image: i386/debian:buster # tests @@ -134,13 +122,13 @@ gcc-snapshot_lto-sanitize: stage: test script: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror --enable-lto --enable-sanitize - image: debian:unstable + image: debian:buster gcc-snapshot-sanitize: stage: test script: - ./tools/ci/jobs/gccsnapshot.sh --enable-werror --enable-sanitize - image: debian:unstable + image: debian:buster gcc-4.8-sanitize: stage: test @@ -159,7 +147,7 @@ gcc-4.9-sanitize: stage: test script: - ./tools/ci/jobs/gcc5.sh --enable-werror --enable-sanitize - image: debian:unstable + image: debian:buster gcc-6-sanitize: stage: test @@ -171,19 +159,19 @@ gcc-6-sanitize: stage: test script: - ./tools/ci/jobs/gcc7.sh --enable-werror --enable-sanitize - image: debian:unstable + image: debian:buster gcc-8-sanitize: stage: test script: - ./tools/ci/jobs/gcc8.sh --enable-werror --enable-sanitize - image: debian:unstable + image: debian:buster gcc-9-sanitize: stage: test script: - ./tools/ci/jobs/gcc9.sh --enable-werror --enable-sanitize - image: debian:unstable + image: debian:buster gcc-4.9_lto-sanitize: stage: test @@ -195,7 +183,7 @@ gcc-4.9_lto-sanitize: stage: test script: - ./tools/ci/jobs/gcc5.sh --enable-werror --enable-lto --enable-sanitize - image: debian:unstable + image: debian:buster gcc-6_lto-sanitize: stage: test @@ -207,19 +195,19 @@ gcc-6_lto-sanitize: stage: test script: - ./tools/ci/jobs/gcc7.sh --enable-werror --enable-lto --enable-sanitize - image: debian:unstable + image: debian:buster gcc-8_lto-sanitize: stage: test script: - ./tools/ci/jobs/gcc8.sh --enable-werror --enable-lto --enable-sanitize - image: debian:unstable + image: debian:buster gcc-9_lto-sanitize: stage: test script: - ./tools/ci/jobs/gcc9.sh --enable-werror --enable-lto --enable-sanitize - image: debian:unstable + image: debian:buster gcc-4.8-lto: stage: test @@ -237,7 +225,7 @@ gcc-4.9-lto: stage: test script: - ./tools/ci/jobs/gcc5.sh --enable-werror --enable-lto - image: debian:unstable + image: debian:buster gcc-6_lto: stage: test @@ -249,19 +237,19 @@ gcc-6_lto: stage: test script: - ./tools/ci/jobs/gcc7.sh --enable-werror --enable-lto - image: debian:unstable + image: debian:buster gcc-8_lto: stage: test script: - ./tools/ci/jobs/gcc8.sh --enable-werror --enable-lto - image: debian:unstable + image: debian:buster gcc-9_lto: stage: test script: - ./tools/ci/jobs/gcc9.sh --enable-werror --enable-lto - image: debian:unstable + image: debian:buster # disabled due not support -std=c11 .gcc-4.6: @@ -283,7 +271,7 @@ gcc-4.8_stable_lto-sanitize: stage: legacy script: - ./tools/ci/jobs/gcc5.sh --enable-werror --enable-lto --enable-sanitize - image: debian:unstable + image: debian:buster gcc-6_unstable_lto-sanitize: stage: legacy -- cgit v1.2.3-60-g2f50