Skip to content

Commit

Permalink
Disable aarch64-unknown-linux-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Oct 24, 2023
1 parent ef0deb8 commit 841fb0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ jobs:
binary: sccache-dist
extra_args: --no-default-features --features="dist-server"
target: x86_64-unknown-linux-musl
- os: ubuntu-20.04
target: aarch64-unknown-linux-musl
# Disable because E: Unable to locate package musl-dev:arm64
# - os: ubuntu-20.04
# target: aarch64-unknown-linux-musl
- os: macOS-11
target: x86_64-apple-darwin
macosx_deployment_target: 10.13
Expand Down

0 comments on commit 841fb0b

Please sign in to comment.