Skip to content

Commit

Permalink
ci: riscv32i-unknown-none-elf now has load/store
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 23, 2024
1 parent 3c1121e commit 0cc54d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ jobs:
fail-fast: false
matrix:
# thumbv7m-none-eabi supports atomic CAS.
# thumbv6m-none-eabi supports atomic, but not atomic CAS.
# riscv32i-unknown-none-elf does not support atomic at all.
# thumbv6m-none-eabi supports atomic load/store, but not atomic CAS.
target:
- thumbv6m-none-eabi
- thumbv7m-none-eabi
- riscv32i-unknown-none-elf
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0cc54d7

Please sign in to comment.