Skip to content

Commit

Permalink
No need for the recover space step after toolchain build
Browse files Browse the repository at this point in the history
This doesn't make sense anymore, it's not that we'll use any more space
at that point, it may take up to a minute to complete, clean it up.

Signed-off-by: Nick Kossifidis <[email protected]>
  • Loading branch information
mickflemm committed Nov 10, 2024
1 parent 4e699b4 commit 404de92
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,6 @@ jobs:
run: |
make report-${{ matrix.mode }} -j $(nproc)
- name: recover space
run: |
sudo du -hs / 2> /dev/null || true
sudo rm -rf binutils dejagnu gcc gdb glibc llvm musl newlib pk qemu spike uclibc-ng || true
sudo du -hs / 2> /dev/null || true
- name: generate prebuilt toolchain name
id: toolchain-name-generator
run: |
Expand Down

0 comments on commit 404de92

Please sign in to comment.