Skip to content

Commit

Permalink
Disable the armv7 target
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Mar 2, 2024
1 parent 6758eed commit c9d32f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ml-kem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
- ${{needs.set-msrv.outputs.msrv}}
- stable
target:
- thumbv7em-none-eabi
# XXX(bifurcation) We have a dependency on `sha3`, which has a
# transitive `std` dependency by default. It appears that we can turn
# this off via Cargo.
# - thumbv7em-none-eabi
- wasm32-unknown-unknown
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c9d32f8

Please sign in to comment.