mirror of
https://github.com/olofk/serv.git
synced 2026-01-11 23:42:50 +00:00
Lock arch-tests in CI to 3.9 until incompatibility is resolved
riscv-arch-test 3.9.1 fails to run with errors about multiple definitions of _start. Needs more investigation before updating.
This commit is contained in:
parent
0cf26fe4f9
commit
28e4704ed8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
echo $GITHUB_WORKSPACE/sail-riscv >> $GITHUB_PATH
|
echo $GITHUB_WORKSPACE/sail-riscv >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Init arch tests
|
- name: Init arch tests
|
||||||
run: riscof arch-test --clone
|
run: riscof arch-test --clone --get-version 3.9
|
||||||
|
|
||||||
- name: Run RV32I compliance tests
|
- name: Run RV32I compliance tests
|
||||||
run: riscof run --config=$SERV/verif/config.ini --suite=riscv-arch-test/riscv-test-suite/rv32i_m/I --env=riscv-arch-test/riscv-test-suite/env --no-browser
|
run: riscof run --config=$SERV/verif/config.ini --suite=riscv-arch-test/riscv-test-suite/rv32i_m/I --env=riscv-arch-test/riscv-test-suite/env --no-browser
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user