summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-07-14 22:56:04 +1000
committerGitHub <noreply@github.com>2020-07-14 08:56:04 -0400
commit35ea6a67a65c2f98e6e3efad01bd5d269ec1b073 (patch)
tree4e91414d3a7dbfb3b8f412d215b171173df7e49a /.github
parent0e484f5d77e2773d82cdcd258a9ca41a517f93c0 (diff)
Disable CentOS 8.x CI (temporarily) (#9538)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-and-install.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-and-install.yml b/.github/workflows/build-and-install.yml
index 83ff042e71..8fd1f6a113 100644
--- a/.github/workflows/build-and-install.yml
+++ b/.github/workflows/build-and-install.yml
@@ -28,7 +28,7 @@ jobs:
- 'alpine:3.10'
- 'alpine:3.9'
- 'archlinux:latest'
- - 'centos:8'
+ #- 'centos:8'
- 'centos:7'
- 'clearlinux:latest'
- 'debian:bullseye'
@@ -61,8 +61,8 @@ jobs:
- distro: 'archlinux:latest'
pre: 'pacman --noconfirm -Sy grep libffi'
- - distro: 'centos:8'
- rmjsonc: 'dnf remove -y json-c-devel'
+ #- distro: 'centos:8'
+ #rmjsonc: 'dnf remove -y json-c-devel'
- distro: 'debian:bullseye'
pre: 'apt-get update'