Skip to content

Commit

Permalink
Fix lack of space in Linux docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Aug 7, 2023
1 parent c83b4a0 commit 541120e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
# At moment build and run mtests consume 13.4 Gb of the disk.
# After left too little free space.
# So, we remove unnecessary tools, for more free space
#sudo docker system prune -a -f
#sudo rm -rf /usr/local/lib/android
sudo docker system prune -a -f
sudo rm -rf /usr/local/lib/android
#sudo bash ./build/ci/linux/runmtests.sh
./build/ci/linux/runmtests.sh

0 comments on commit 541120e

Please sign in to comment.