Skip to content

Commit 317f661

Browse files
shreealtjukie
authored andcommitted
feat: reclaim space in release pipeline (envoyproxy#7587)
Signed-off-by: Shreemaan Abhishek <[email protected]> Signed-off-by: jukie <[email protected]>
1 parent b4a279b commit 317f661

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
contents: write
5252
steps:
5353
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54+
- uses: ./tools/github-actions/reclaim-storage
5455

5556
- name: Extract Release Tag and Commit SHA
5657
id: vars

tools/hack/reclaim-storage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ log "Initial disk usage:"
77
df -h || true
88

99
# Remove large, unused language/tool runtimes
10+
# To figure out what to remove. We can SSH into the GitHub Actions runner using: https://github.com/mxschmitt/action-tmate and then run: df -h
1011
TO_DELETE=(
1112
/usr/local/lib/android
1213
/usr/share/dotnet

0 commit comments

Comments
 (0)