Skip to content

Commit 73785ce

Browse files
committed
Disable strip_zicsr for CI- riscv GCC is too new.
1 parent e1e6854 commit 73785ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ jobs:
174174
run: echo >> $GITHUB_PATH `echo ~/cache/oss-cad-suite-linux-x64/*/bin`
175175
- name: Install PDM dependencies
176176
run: pdm install -G dev -G riscof
177+
- name: Disable strip_zicsr hack
178+
run: sed -i 's/strip_zicsr=1/strip_zicsr=0/' tests/riscof/config.ini
177179
- name: Run RISCOF Suite
178180
run: |
179181
LD_PRELOAD="" pdm riscof-all

0 commit comments

Comments
 (0)