Disable cross-compiling aarch64 on macos

pull/579/head^2
Wilfred Hughes 2023-11-27 18:13:25 +07:00
parent 7ea46446e7
commit e70f0f1b91
1 changed files with 5 additions and 1 deletions

@ -15,7 +15,11 @@ jobs:
- { target: x86_64-pc-windows-msvc, os: windows-latest } - { target: x86_64-pc-windows-msvc, os: windows-latest }
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true } - { 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 # musl binaries produced by GitHub actions segfault when run, see
# https://github.com/Wilfred/difftastic/issues/563 # https://github.com/Wilfred/difftastic/issues/563