Skip to content

Commit

Permalink
Maximize build space
Browse files Browse the repository at this point in the history
  • Loading branch information
polybluez committed Jan 20, 2025
1 parent ca3917f commit 3295253
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
sudo rm -rf /usr/share/dotnet || :
sudo rm -rf "/usr/local/share/boost" || :
sudo rm -rf "$AGENT_TOOLSDIRECTORY" || :
sudo rm -rf /opt/hostedtoolcache/CodeQL || :
sudo rm -rf /usr/local/lib/android || :
sudo rm -rf /opt/ghc || :
sudo docker image prune --all --force || :
sudo docker builder prune -a || :
echo
echo "=== After pruning ==="
df -h
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
sudo rm -rf /usr/share/dotnet || :
sudo rm -rf "/usr/local/share/boost" || :
sudo rm -rf "$AGENT_TOOLSDIRECTORY" || :
sudo rm -rf /opt/hostedtoolcache/CodeQL || :
sudo rm -rf /usr/local/lib/android || :
sudo rm -rf /opt/ghc || :
sudo docker image prune --all --force || :
sudo docker builder prune -a || :
echo
echo "=== After pruning ==="
df -h
Expand Down

0 comments on commit 3295253

Please sign in to comment.