Skip to content

Commit cf40380

Browse files
committed
Out of disk space errors on workflow runs, of course
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent e17e361 commit cf40380

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
if: matrix.os == 'ubuntu-latest'
2626
- uses: oras-project/setup-oras@v1
2727
- run: oras version
28+
- name: Trim CI agent
29+
run: |
30+
chmod +x contrib/free_disk_space.sh
31+
./contrib/free_disk_space.sh
2832
- name: Release
2933
run: |
3034
wget https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-amd64_linux.tar.xz

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ do
4242
chmod +x packages/$flavours/build-$flavours.sh
4343
pushd packages/$flavours
4444
./build-$flavours.sh
45+
rm -rf plugins
4546
popd
4647
done

0 commit comments

Comments
 (0)