mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Make zsbl in Installation CI because it is used in standard regression tests
This commit is contained in:
parent
df86ecf128
commit
a0245622dc
4
.github/workflows/install.yml
vendored
4
.github/workflows/install.yml
vendored
@ -121,11 +121,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: installation-logs-${{ matrix.name }}
|
name: installation-logs-${{ matrix.name }}
|
||||||
path: ${{ env.RISCV }}/logs/
|
path: ${{ env.RISCV }}/logs/
|
||||||
# Make riscof only as that is the only testsuite used by standard regression
|
# Make riscof and zsbl only as that is the only testsuite used by standard regression
|
||||||
- name: make tests
|
- name: make tests
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
make riscof --jobs $(nproc --ignore 1)
|
make riscof zsbl --jobs $(nproc --ignore 1)
|
||||||
# Only the linux-testvectors are needed, so remove the rest of the buildroot to save space
|
# Only the linux-testvectors are needed, so remove the rest of the buildroot to save space
|
||||||
- name: Remove Buildroot to Save Space
|
- name: Remove Buildroot to Save Space
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user