Skip to content

Commit b680f17

Browse files
Merge pull request #3043 from petterreinholdtsen/2.9-disable-unstable-build
Disabled github CI build on unstable/sid until it start working again.
2 parents 404dc36 + 6d35fee commit b680f17

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@ jobs:
9595
runs-on: ubuntu-latest
9696
strategy:
9797
matrix:
98-
image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
98+
# drop building on (trixy and) sid until <URL: https://bugs.debian.org/1076675 >
99+
# and inkscape is fixed.
100+
#image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
101+
image: ["debian:buster", "debian:bullseye", "debian:bookworm"]
102+
99103
container:
100104
image: ${{ matrix.image }}
101105
# IPC_OWNER is needed for shmget IPC_CREAT
@@ -175,7 +179,10 @@ jobs:
175179
runs-on: ubuntu-latest
176180
strategy:
177181
matrix:
178-
image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
182+
# drop building on (trixy and) sid until <URL: https://bugs.debian.org/1076675 >
183+
# and inkscape is fixed.
184+
#image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
185+
image: ["debian:buster", "debian:bullseye", "debian:bookworm"]
179186
container:
180187
image: ${{ matrix.image }}
181188
# IPC_OWNER is needed for shmget IPC_CREAT

0 commit comments

Comments
 (0)