Skip to content

Commit

Permalink
more build space
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 25, 2025
1 parent db3456c commit dc33cae
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .github/workflows/build_beast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ jobs:
runs-on: ubuntu-18.04

steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 100
swap-size-mb: 200
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
overprovision-lvm: 'true'
- name: remove even more
run: |
sudo apt-get purge -y \
'^llvm-.*' \
'php.*' \
'^mongodb-.*' \
'^mysql-.*' \
azure-cli \
google-chrome-stable \
firefox \
powershell \
microsoft-edge-stable \
mono-devel
sudo apt-get autoremove -y
sudo apt-get clean
- name: Download file from Sciebo
env:
SCIEBO_USERNAME: ${{ secrets.SCIEBO_USERNAME }}
Expand All @@ -22,4 +48,3 @@ jobs:
cd /opt
rm -rf tspi_linux_sdk_repo_20240131.tar
./build.sh all

0 comments on commit dc33cae

Please sign in to comment.