Skip to content

Commit

Permalink
Merge pull request #3054 from petterreinholdtsen/2.9-build-sid
Browse files Browse the repository at this point in the history
Reinsert github CI test build on sid
  • Loading branch information
petterreinholdtsen authored Aug 5, 2024
2 parents 3826495 + 5ac3ef4 commit d9fd333
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# drop building on (trixy and) sid until <URL: https://bugs.debian.org/1076675 >
# and inkscape is fixed.
#image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
image: ["debian:buster", "debian:bullseye", "debian:bookworm"]
image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]

container:
image: ${{ matrix.image }}
Expand Down Expand Up @@ -179,10 +176,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# drop building on (trixy and) sid until <URL: https://bugs.debian.org/1076675 >
# and inkscape is fixed.
#image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
image: ["debian:buster", "debian:bullseye", "debian:bookworm"]
image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
container:
image: ${{ matrix.image }}
# IPC_OWNER is needed for shmget IPC_CREAT
Expand Down

0 comments on commit d9fd333

Please sign in to comment.