Skip to content

Commit

Permalink
Merge pull request LinuxCNC#3043 from petterreinholdtsen/2.9-disable-…
Browse files Browse the repository at this point in the history
…unstable-build

Disabled github CI build on unstable/sid until it start working again.
  • Loading branch information
petterreinholdtsen authored Jul 27, 2024
2 parents 404dc36 + 6d35fee commit b680f17
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
# 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"]

container:
image: ${{ matrix.image }}
# IPC_OWNER is needed for shmget IPC_CREAT
Expand Down Expand Up @@ -175,7 +179,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: ["debian:buster", "debian:bullseye", "debian:bookworm", "debian:sid"]
# 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"]
container:
image: ${{ matrix.image }}
# IPC_OWNER is needed for shmget IPC_CREAT
Expand Down

0 comments on commit b680f17

Please sign in to comment.