mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Switch test install to use buildroot from install script
This commit is contained in:
parent
04ddfa0bd0
commit
32522fcf3d
8
.github/workflows/install.yml
vendored
8
.github/workflows/install.yml
vendored
@ -23,15 +23,15 @@ jobs:
|
||||
df -h
|
||||
- name: install
|
||||
run: sudo ./bin/wally-tool-chain-install.sh --clean
|
||||
- name: check buildroot
|
||||
run: |
|
||||
source setup.sh
|
||||
ls $RISCV/linux-testvectors
|
||||
- name: make tests
|
||||
run: |
|
||||
source setup.sh
|
||||
sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini
|
||||
make riscof
|
||||
- name: make buildroot
|
||||
run: |
|
||||
source setup.sh
|
||||
make -C linux 2>&1 | tee -a $RISCV/logs/buildroot.log
|
||||
- name: regression
|
||||
run: |
|
||||
source setup.sh
|
||||
|
Loading…
Reference in New Issue
Block a user