mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Remove buildroot/output/build to save save in installation test
This commit is contained in:
parent
732f5a9326
commit
4a337bf1d8
1 changed files with 7 additions and 3 deletions
10
.github/workflows/install.yml
vendored
10
.github/workflows/install.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue