Skip to content

Commit

Permalink
add armv7a-none-eabi build for msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
ratmice committed Feb 9, 2024
1 parent eeea8ac commit af21d38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ jobs:
- name: cargo clippy (all features) (auxiliary)
run: cargo clippy --workspace --tests --benches --examples --all-features -- -D warnings

- run: rustup target add armv7a-none-eabi

# We use armv7a as a no_std with AtomicU64
- name: cargo build (no-default-features + libm, no_std target)
run: cargo build --no-default-features --features libm --target armv7a-none-eabi

clippy-stable-wasm:
runs-on: ubuntu-latest
name: cargo test (wasm32)
Expand Down

0 comments on commit af21d38

Please sign in to comment.