Skip to content

Commit

Permalink
WIP ci: don't use thread for alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Jan 13, 2025
1 parent ae7a202 commit ded5180
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ jobs:
distro: [ "alpine:3.20", "true", "apk add --no-cache", "g++ musl-dev compiler-rt" ]
- link-n-sane: [ "", "leak" ]
distro: [ "alpine:edge", "true", "apk add --no-cache", "g++ musl-dev compiler-rt" ]
- link-n-sane: [ "", "thread" ]
distro: [ "alpine:3.20", "true", "apk add --no-cache", "g++ musl-dev compiler-rt" ]
- link-n-sane: [ "", "thread" ]
distro: [ "alpine:edge", "true", "apk add --no-cache", "g++ musl-dev compiler-rt" ]
- link-n-sane: [ "", "memory" ]
distro: [ "alpine:3.20", "true", "apk add --no-cache", "g++ musl-dev compiler-rt" ]
- link-n-sane: [ "", "memory" ]
distro: [ "alpine:edge", "true", "apk add --no-cache", "g++ musl-dev compiler-rt" ]
- link-n-sane: [ "", "address,undefined" ]
distro: [ "alpine:3.20", "true", "apk add --no-cache", "g++ musl-dev compiler-rt" ]
- link-n-sane: [ "", "address,undefined" ]
distro: [ "alpine:edge", "true", "apk add --no-cache", "g++ musl-dev compiler-rt" ]
steps:
- name: Install dependencies
run: ${{ matrix.distro[1] }} && ${{ matrix.distro[2] }} git meson ${{ matrix.distro[3] }} ${{ matrix.compiler[0] }}
Expand Down

0 comments on commit ded5180

Please sign in to comment.