summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-06-12 22:40:45 +1000
committerGitHub <noreply@github.com>2020-06-12 22:40:45 +1000
commit777818f5b909aa982415968c55cf073e867e9950 (patch)
tree642d04c3ec4e53d956dc8bad2e77c9db0d759bd5 /.github
parent5ce7b4afe4c3a61f4c47e7c4926554dca433979c (diff)
Remove Gentoo from CI (#9327)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-and-install.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/build-and-install.yml b/.github/workflows/build-and-install.yml
index 3da98a3f62..fe7a07bd7a 100644
--- a/.github/workflows/build-and-install.yml
+++ b/.github/workflows/build-and-install.yml
@@ -45,7 +45,6 @@ jobs:
- 'ubuntu:19.10'
- 'ubuntu:18.04'
- 'ubuntu:16.04'
- - 'gentoo/stage3-amd64:latest'
include:
- distro: 'alpine:edge'
pre: 'apk add -U bash'
@@ -102,11 +101,6 @@ jobs:
- distro: 'ubuntu:16.04'
pre: 'apt-get update'
rmjsonc: 'apt-get remove -y libjson-c-dev'
-
- - distro: 'gentoo/stage3-amd64:latest'
- pre: 'emerge-webrsync'
- rmjsonc: 'emerge --deselect dev-libs/json-c; emerge --depclean'
-
runs-on: ubuntu-latest
steps:
- name: Git clone repository