@cryptotaxi247 / netdata-1 / commits / 35ea6a67a

Disable CentOS 8.x CI (temporarily) (#9538)

James Mills committed Jul 14, 2020 at 22:56 UTC 35ea6a67a65c2f98e6e3efad01bd5d269ec1b073
1 file changed +3 -3
.github/workflows/build-and-install.yml
+3 -3
@@ -28,7 +28,7 @@ jobs:
28 - 'alpine:3.10'
29 - 'alpine:3.9'
30 - 'archlinux:latest'
31 - - 'centos:8'
31 + #- 'centos:8'
32 - 'centos:7'
33 - 'clearlinux:latest'
34 - 'debian:bullseye'
@@ -61,8 +61,8 @@ jobs:
61 - distro: 'archlinux:latest'
62 pre: 'pacman --noconfirm -Sy grep libffi'
63
64 - - distro: 'centos:8'
65 - rmjsonc: 'dnf remove -y json-c-devel'
64 + #- distro: 'centos:8'
65 + #rmjsonc: 'dnf remove -y json-c-devel'
66
67 - distro: 'debian:bullseye'
68 pre: 'apt-get update'