Skip to content

Commit

Permalink
Disable cross-compiling aarch64 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Nov 27, 2023
1 parent 7ea4644 commit e70f0f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
- { target: x86_64-pc-windows-msvc, os: windows-latest }

- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
- { target: aarch64-apple-darwin, os: macos-latest, use-cross: true }

# TODO: Support cross-compiling on macOS on CI, see
# https://github.com/cross-rs/cross-toolchains#apple-targets
#
# - { target: aarch64-apple-darwin, os: macos-latest, use-cross: true }

# musl binaries produced by GitHub actions segfault when run, see
# https://github.com/Wilfred/difftastic/issues/563
Expand Down

0 comments on commit e70f0f1

Please sign in to comment.