From f957e62d2c52ef642ba7583a4ff25f572da59e56 Mon Sep 17 00:00:00 2001 From: Marvin Schmidt Date: Sun, 7 Feb 2021 11:39:48 +0100 Subject: ci: Remove Gentoo for now --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3