Switch test install to use buildroot from install script

This commit is contained in:
Jordan Carlin 2024-07-26 12:42:15 -07:00
parent 04ddfa0bd0
commit 32522fcf3d
No known key found for this signature in database

View File

@ -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