Skip to content

Commit

Permalink
Remove musl test; there's no standard musl C++ setup for us to use
Browse files Browse the repository at this point in the history
  • Loading branch information
jrose-signal committed Oct 13, 2023
1 parent 94996fb commit d3837aa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
- i686-linux
- arm-linux
- aarch64-linux
- x86_64-musl
- x86_64-mingw
- i686-msvc
- x86_64-msvc
Expand Down Expand Up @@ -144,11 +143,6 @@ jobs:
os: ubuntu-latest
apt_packages: crossbuild-essential-arm64
check_only: true # TODO run with qemu?
- thing: x86_64-musl
target: x86_64-unknown-linux-musl
rust: stable
os: ubuntu-latest
apt_packages: musl-tools
- thing: x86_64-mingw
target: x86_64-pc-windows-gnu
rust: stable
Expand Down

0 comments on commit d3837aa

Please sign in to comment.