Skip to content

Commit

Permalink
ci(test): test on ARM runner
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Jan 17, 2025
1 parent 3fa1aad commit f951e52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/other-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,6 @@ env:
CARGO_INCREMENTAL: 0
CARGO_PROFILE_DEV_DEBUG: 0
jobs:
check-linux-aarch64:
name: Linux aarch64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install stable Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Install aarch64-unknown-linux-gnu target
run: |
rustup target add aarch64-unknown-linux-gnu
- uses: Swatinem/rust-cache@v1
- name: Run checks
run: |
cargo check -p ort --target aarch64-unknown-linux-gnu
no-default-features:
name: --no-default-features
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
matrix:
platform:
- os: ubuntu-latest
- os: ubuntu-24.04-arm
- os: windows-latest
- os: macos-13
- os: macos-15
Expand Down

0 comments on commit f951e52

Please sign in to comment.