Skip to content

Commit 8693db5

Browse files
committed
Don't build CentOS Stream 9/10 until gdal issue is resolved
1 parent 59361fa commit 8693db5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/build-and-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
build_system: CMake
3434
compiler: GNU
3535
experimental: true
36-
- image: "quay.io/centos/centos:stream9"
37-
build_system: CMake
38-
compiler: GNU
39-
experimental: true
40-
- image: "quay.io/centos/centos:stream10"
41-
build_system: CMake
42-
compiler: GNU
43-
experimental: true
36+
# - image: "quay.io/centos/centos:stream9"
37+
# build_system: CMake
38+
# compiler: GNU
39+
# experimental: true
40+
# - image: "quay.io/centos/centos:stream10"
41+
# build_system: CMake
42+
# compiler: GNU
43+
# experimental: true
4444
- image: "fedora:rawhide"
4545
build_system: CMake
4646
compiler: GNU

.github/workflows/docker-image-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
- ubuntu-22.04
4242
- ubuntu-24.04
4343
include:
44-
- service-name: centos-stream-9
45-
experimental: true
46-
- service-name: centos-stream-10
47-
experimental: true
44+
# - service-name: centos-stream-9
45+
# experimental: true
46+
# - service-name: centos-stream-10
47+
# experimental: true
4848
- service-name: debian-unstable
4949
experimental: true
5050
- service-name: debian-unstable-autotools

0 commit comments

Comments
 (0)