From 7b99a131da303c5f546e0cbb75bb2f6585992d0e Mon Sep 17 00:00:00 2001 From: Robert Gauld Date: Sat, 19 Oct 2024 08:56:16 +0100 Subject: [PATCH] Update actions to reflect target changes in rust 1.82.0 --- .github/workflows/commit_checks-cmri.yml | 5 ++++- cmri/README.md | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/commit_checks-cmri.yml b/.github/workflows/commit_checks-cmri.yml index 7f136f6..107d9b3 100644 --- a/.github/workflows/commit_checks-cmri.yml +++ b/.github/workflows/commit_checks-cmri.yml @@ -50,6 +50,7 @@ jobs: - i686-pc-windows-gnu # 32-bit MinGW (Windows 7+) - i686-pc-windows-msvc # 32-bit MSVC (Windows 7+) - x86_64-apple-darwin # 64 bit macOS (10.7+, Lion+) + - aarch64-apple-darwin # ARM64 macOS (11.0+, Big Sur+) include: # Add correct runner to target - { runner: ubuntu-latest, target: x86_64-unknown-linux-gnu } @@ -60,6 +61,7 @@ jobs: - { runner: windows-latest, target: i686-pc-windows-gnu } - { runner: windows-latest, target: i686-pc-windows-msvc } - { runner: macos-latest, target: x86_64-apple-darwin } + - { runner: macos-latest, target: aarch64-apple-darwin } steps: - uses: actions/checkout@v3 - name: Use ${{ matrix.toolchain }} toolchain @@ -96,7 +98,6 @@ jobs: - "--all-features" target: # All Tier 2 with Host Tools from https://doc.rust-lang.org/nightly/rustc/platform-support.html - - aarch64-apple-darwin - aarch64-pc-windows-msvc - aarch64-unknown-linux-musl - arm-unknown-linux-gnueabi @@ -116,6 +117,8 @@ jobs: - wasm32-unknown-emscripten - wasm32-unknown-unknown - wasm32-wasip1 + - aarch64-apple-ios-macabi + - x86_64-apple-ios-macabi steps: - uses: actions/checkout@v3 - name: Use ${{ matrix.toolchain }} toolchain diff --git a/cmri/README.md b/cmri/README.md index 3f3de2c..1cd2d24 100644 --- a/cmri/README.md +++ b/cmri/README.md @@ -34,6 +34,8 @@ The ability to build is tested on nightly (at time of pushing to GitHub) rust, f * wasm32-unknown-emscripten * wasm32-unknown-unknown * wasm32-wasip1 +* aarch64-apple-ios-macabi +* x86_64-apple-ios-macabi Additionally nostd building is tested for: