Skip to content

Commit

Permalink
Try to solve disk space issues on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Feb 18, 2023
1 parent d596a3c commit 92ab850
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/ci-prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,14 @@
# alpine 3.14 dd53f409bf0b 4 months ago 5.6MB
# alpine 3.15 c4fc93816858 4 months ago 5.58MB

time docker rmi node:14 node:16 node:18 buildpack-deps:buster buildpack-deps:bullseye
time docker rmi node:14 node:16 node:18 node:14-alpine node:16-alpine node:18-alpine buildpack-deps:buster buildpack-deps:bullseye
# That is 979M
time sudo rm -rf /usr/share/dotnet
# That is 1.7G
time sudo rm -rf /usr/share/swift
# Remove Android
time sudo rm -rf /usr/local/lib/android
# Remove Haskell
time sudo rm -rf /opt/ghc
# Remove pipx
time sudo rm -rf /opt/pipx

0 comments on commit 92ab850

Please sign in to comment.