Skip to content

Commit

Permalink
Fix Zvk tests (for #51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksco committed Oct 12, 2024
1 parent 6b1f1f2 commit d128755
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 451 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
export PATH="${{ github.workspace }}/riscv/bin:$PATH"
export RISCV="${{ github.workspace }}/riscv"
make generate-stage1
make all -j4
make all -j4 --environment-overrides VLEN=256
make all -j4 --environment-overrides VLEN=128
- name: Archive artifacts
uses: actions/upload-artifact@v3
Expand Down
Loading

0 comments on commit d128755

Please sign in to comment.