File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments