Skip to content

Commit 404de92

Browse files
committed
No need for the recover space step after toolchain build
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]>
1 parent 4e699b4 commit 404de92

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@ jobs:
115115
run: |
116116
make report-${{ matrix.mode }} -j $(nproc)
117117
118-
- name: recover space
119-
run: |
120-
sudo du -hs / 2> /dev/null || true
121-
sudo rm -rf binutils dejagnu gcc gdb glibc llvm musl newlib pk qemu spike uclibc-ng || true
122-
sudo du -hs / 2> /dev/null || true
123-
124118
- name: generate prebuilt toolchain name
125119
id: toolchain-name-generator
126120
run: |

0 commit comments

Comments
 (0)