Skip to content

Commit

Permalink
Add arm64-macos cross-compile to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jrose-signal authored and nox committed Dec 14, 2023
1 parent f82f3fc commit 8b86852
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
matrix:
thing:
- stable
- macos-x86_64
- arm-android
- arm64-android
- i686-android
Expand All @@ -76,6 +75,8 @@ jobs:
- i686-linux
- arm-linux
- aarch64-linux
- arm64-macos
- x86_64-macos
- x86_64-mingw
- i686-msvc
- x86_64-msvc
Expand All @@ -88,10 +89,6 @@ jobs:
target: x86_64-unknown-linux-gnu
rust: stable
os: ubuntu-latest
- thing: macos-x86_64
target: x86_64-apple-darwin
rust: stable
os: macos-latest
- thing: arm-android
target: armv7-linux-androideabi
rust: stable
Expand Down Expand Up @@ -151,6 +148,15 @@ jobs:
CC: aarch64-linux-gnu-gcc
CXX: aarch64-linux-gnu-g++
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-g++
- thing: arm64-macos
target: aarch64-apple-darwin
rust: stable
os: macos-latest
check_only: true
- thing: x86_64-macos
target: x86_64-apple-darwin
rust: stable
os: macos-latest
- thing: x86_64-mingw
target: x86_64-pc-windows-gnu
rust: stable
Expand Down

0 comments on commit 8b86852

Please sign in to comment.