mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Switch rhel installation test to use install script buildroot
This commit is contained in:
parent
32522fcf3d
commit
d528eddab5
8
.github/workflows/install.yml
vendored
8
.github/workflows/install.yml
vendored
@ -79,15 +79,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