mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +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
|
df -h
|
||||||
- name: install
|
- name: install
|
||||||
run: sudo ./bin/wally-tool-chain-install.sh --clean
|
run: sudo ./bin/wally-tool-chain-install.sh --clean
|
||||||
|
- name: check buildroot
|
||||||
|
run: |
|
||||||
|
source setup.sh
|
||||||
|
ls $RISCV/linux-testvectors
|
||||||
- name: make tests
|
- name: make tests
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini
|
sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini
|
||||||
make riscof
|
make riscof
|
||||||
- name: make buildroot
|
|
||||||
run: |
|
|
||||||
source setup.sh
|
|
||||||
make -C linux 2>&1 | tee -a $RISCV/logs/buildroot.log
|
|
||||||
- name: regression
|
- name: regression
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user