Remove OpenSUSE Tumbleweed from CI. (#11584)
It’s a recurring source of build failures due to upstream problems, and we don’t really officially support it anyway.
Austin S. Hemmelgarn committed
Sep 28, 2021 at 11:22 UTC
834b4c0a57221dd124af98317534fa8b4a7a87d9
1 file changed
-3
.github/workflows/build-and-install.yml
-3
@@ -50,7 +50,6 @@ jobs:
50
- 'fedora:33'
51
- 'opensuse/leap:15.2'
52
- 'opensuse/leap:15.3'
53
- - 'opensuse/tumbleweed:latest'
53
- 'ubuntu:21.04'
54
- 'ubuntu:20.04'
55
- 'ubuntu:18.04'
@@ -96,8 +95,6 @@ jobs:
95
rmjsonc: 'zypper rm -y libjson-c-devel'
96
- distro: 'opensuse/leap:15.3'
97
rmjsonc: 'zypper rm -y libjson-c-devel'
99
- - distro: 'opensuse/tumbleweed:latest'
100
- rmjsonc: 'zypper rm -y libjson-c-devel'
98
99
- distro: 'ubuntu:21.04'
100
pre: 'apt-get update'