Skip to content

Commit

Permalink
Reinsert github CI test build on sid
Browse files Browse the repository at this point in the history
Both latex <URL: https://bugs.debian.org/1076675 > and
inkscape <URL: https://bugs.debian.org/1073348 > should be working now.
  • Loading branch information
petterreinholdtsen committed Aug 5, 2024
1 parent 3826495 commit 5ac3ef4
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 5ac3ef4

Please sign in to comment.