mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Remove buildroot/output/build to save save in installation test
This commit is contained in:
parent
732f5a9326
commit
4a337bf1d8
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…
Reference in New Issue
Block a user