diff options
author | 2021-02-07 11:39:48 +0100 | |
---|---|---|
committer | 2021-06-16 20:46:02 +0000 | |
commit | f957e62d2c52ef642ba7583a4ff25f572da59e56 (patch) | |
tree | 9d5012d8eeac78de7d69fb39d1a79cac0db9eb78 /.gitlab-ci.yml | |
parent | e0401b1a8c3084b86320244572b2e157b39ed696 (diff) | |
download | paludis-f957e62d2c52ef642ba7583a4ff25f572da59e56.tar.gz paludis-f957e62d2c52ef642ba7583a4ff25f572da59e56.tar.xz |
ci: Remove Gentoo for now
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03f2eb7b9..e898ea1b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,13 +52,6 @@ docker-images:exherbo-clang: VERSION: "latest" <<: *dockerimage-template -docker-images:gentoo-gcc: - variables: - DISTRIBUTION: "gentoo" - COMPILER: "gcc" - VERSION: "latest" - <<: *dockerimage-template - Exherbo GCC: variables: DISTRIBUTION: "exherbo" @@ -84,14 +77,6 @@ Exherbo clang: PYTHON_VERSION: "3.7" <<: *build-template -Gentoo GCC: - variables: - DISTRIBUTION: "gentoo" - COMPILER: "gcc" - VERSION: "latest" - PYTHON_VERSION: "3.6" - <<: *build-template - clang-tidy: stage: clang-tidy extends: .build-template |