Switch rhel installation test to use install script buildroot

This commit is contained in:
Jordan Carlin 2024-07-26 15:21:43 -07:00
parent 32522fcf3d
commit d528eddab5
No known key found for this signature in database

View File

@ -79,15 +79,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