From d528eddab5a6fb51d3a9a7928fc7d1c90e7eacc3 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Fri, 26 Jul 2024 15:21:43 -0700 Subject: [PATCH] Switch rhel installation test to use install script buildroot --- .github/workflows/install.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 4e7cfdc9e..b300044f8 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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