Skip to content

Commit

Permalink
Generate Makefrag first
Browse files Browse the repository at this point in the history
  • Loading branch information
ksco committed Oct 12, 2024
1 parent d128755 commit ed893dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
run: |
export PATH="${{ github.workspace }}/riscv/bin:$PATH"
export RISCV="${{ github.workspace }}/riscv"
make generate-stage1
make generate-stage1 --environment-overrides VLEN=256
make all -j4 --environment-overrides VLEN=256
make generate-stage1 --environment-overrides VLEN=128
make all -j4 --environment-overrides VLEN=128
- name: Archive artifacts
Expand Down

0 comments on commit ed893dd

Please sign in to comment.