diff options
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 |