From 4a337bf1d86d5afe15bb4efcc280ef042ba92699 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Mon, 14 Oct 2024 22:34:16 -0700 Subject: [PATCH] Remove buildroot/output/build to save save in installation test --- .github/workflows/install.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 9b150f793..7e912fb46 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -41,8 +41,8 @@ jobs: make riscof --jobs $(nproc --ignore 1) - name: check storage run: | + sudo rm -rf /opt/riscv/buildroot/output/build df -h - du -h --max-depth=1 - name: regression run: | source setup.sh @@ -102,8 +102,8 @@ jobs: make riscof --jobs $(nproc --ignore 1) - name: check storage run: | + sudo rm -rf /opt/riscv/buildroot/output/build df -h - du -h --max-depth=1 - name: regression run: | source setup.sh @@ -144,6 +144,10 @@ jobs: run: | source setup.sh make riscof --jobs $(nproc --ignore 1) + - name: check storage + run: | + sudo rm -rf /opt/riscv/buildroot/output/build + df -h - name: regression run: | source setup.sh @@ -195,8 +199,8 @@ jobs: make riscof --jobs $(nproc --ignore 1) - name: check storage run: | + sudo rm -rf ${{ matrix.path }}/buildroot/output/build df -h - du -h --max-depth=1 - name: regression run: | source setup.sh