Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 23, 2025
1 parent 49ed558 commit e9d2dc6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -568,13 +568,19 @@ jobs:
RUSTFLAGS: ${{ env.RUSTFLAGS }} -C target-feature=+zabha
QEMU_CPU: max
if: startsWith(matrix.target, 'riscv')
# riscv +zabha,+zacas
# riscv +zacas
- run: tools/test.sh -vv --tests ${TARGET:-} ${BUILD_STD:-} ${RELEASE:-}
env:
RUSTDOCFLAGS: ${{ env.RUSTDOCFLAGS }} -C target-feature=+zabha,+zacas
RUSTFLAGS: ${{ env.RUSTFLAGS }} -C target-feature=+zabha,+zacas
QEMU_CPU: max
RUSTDOCFLAGS: ${{ env.RUSTDOCFLAGS }} -C target-feature=+zacas
RUSTFLAGS: ${{ env.RUSTFLAGS }} -C target-feature=+zacas
if: startsWith(matrix.target, 'riscv')
# # riscv +zabha,+zacas
# - run: tools/test.sh -vv --tests ${TARGET:-} ${BUILD_STD:-} ${RELEASE:-}
# env:
# RUSTDOCFLAGS: ${{ env.RUSTDOCFLAGS }} -C target-feature=+zabha,+zacas
# RUSTFLAGS: ${{ env.RUSTFLAGS }} -C target-feature=+zabha,+zacas
# QEMU_CPU: max
# if: startsWith(matrix.target, 'riscv')
# riscv zalrsc-based RMW ({32,64}-bit swap with Zalrsc without Zaamo)
- run: tools/test.sh -vv --tests ${TARGET:-} ${BUILD_STD:-} ${RELEASE:-}
env:
Expand Down

0 comments on commit e9d2dc6

Please sign in to comment.