Skip to content

Commit

Permalink
bootstrap: cleaner github runner free space maximaser
Browse files Browse the repository at this point in the history
  • Loading branch information
davidandreoletti committed Mar 14, 2024
1 parent a607251 commit f89ef43
Showing 1 changed file with 10 additions and 28 deletions.
38 changes: 10 additions & 28 deletions .github/workflows/bootstrap_on_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,34 +25,16 @@ jobs:
image: ${{ inputs.os_version }}
steps:
- uses: actions/[email protected]
- name: Free disk space
# https://stackoverflow.com/a/76211564/219728
run: |
sudo rm -rf \
/usr/share/dotnet /usr/local/lib/android /opt/ghc \
/usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
/usr/lib/jvm || true
echo "some directories deleted"
sudo apt install aptitude -y >/dev/null 2>&1 || true
sudo aptitude purge aria2 ansible azure-cli shellcheck rpm xorriso zsync \
esl-erlang firefox gfortran-8 gfortran-9 google-chrome-stable \
google-cloud-sdk imagemagick \
libmagickcore-dev libmagickwand-dev libmagic-dev ant ant-optional kubectl \
mercurial apt-transport-https mono-complete libmysqlclient \
unixodbc-dev yarn chrpath libssl-dev libxft-dev \
libfreetype6 libfreetype6-dev libfontconfig1 libfontconfig1-dev \
snmp pollinate libpq-dev postgresql-client powershell ruby-full \
sphinxsearch subversion mongodb-org azure-cli microsoft-edge-stable \
-y -f >/dev/null 2>&1 || true
sudo aptitude purge google-cloud-sdk -f -y >/dev/null 2>&1 || true
sudo aptitude purge microsoft-edge-stable -f -y >/dev/null 2>&1 || true
sudo apt purge microsoft-edge-stable -f -y >/dev/null 2>&1 || true
sudo aptitude purge '~n ^mysql' -f -y >/dev/null 2>&1 || true
sudo aptitude purge '~n ^php' -f -y >/dev/null 2>&1 || true
sudo aptitude purge '~n ^dotnet' -f -y >/dev/null 2>&1 || true
sudo apt-get autoremove -y >/dev/null 2>&1 || true
sudo apt-get autoclean -y >/dev/null 2>&1 || true
echo "some packages purged"
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 24000
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: true
remove-haskell: true
remove-codeql: true
remove-docker-images: true
- name: Bootstrap machine
if: contains(inputs.bootstrap_type, 'machine')
run: bash bootstrap.sh -d -b machine -s ${{ inputs.user_profile }}
Expand Down

0 comments on commit f89ef43

Please sign in to comment.