Remove ClearLinux from CI. (#11438)
We’ve never really officially supported it and it’s causing CI failures due to upstream infrastructure issues.
Austin S. Hemmelgarn committed
Aug 16, 2021 at 11:24 UTC
e4f2ba70097e7270b60bf890bfec024cd9a7d75c
2 files changed
-2
.github/workflows/build-and-install.yml
-1
@@ -36,7 +36,6 @@ jobs:
36
- 'archlinux:latest'
37
- 'centos:8'
38
- 'centos:7'
39
- - 'clearlinux:latest'
39
- 'debian:10'
40
- 'debian:9'
41
- 'fedora:34'
.github/workflows/updater.yml
-1
@@ -25,7 +25,6 @@ jobs:
25
- 'archlinux:latest'
26
- 'centos:7'
27
- 'centos:8'
28
- - 'clearlinux:latest'
28
- 'debian:9'
29
- 'debian:10'
30
- 'fedora:33'