Skip to content

Commit d9fd333

Browse files
Merge pull request #3054 from petterreinholdtsen/2.9-build-sid
Reinsert github CI test build on sid
2 parents 3826495 + 5ac3ef4 commit d9fd333

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
strategy:
9797
matrix:
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"]
98+
image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
10299

103100
container:
104101
image: ${{ matrix.image }}
@@ -179,10 +176,7 @@ jobs:
179176
runs-on: ubuntu-latest
180177
strategy:
181178
matrix:
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"]
179+
image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
186180
container:
187181
image: ${{ matrix.image }}
188182
# IPC_OWNER is needed for shmget IPC_CREAT

0 commit comments

Comments
 (0)