mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-31 22:31:54 +03:00
;ci: linux: speed up disk freeing
This commit is contained in:
parent
ae6ec9525a
commit
ebd420e8ab
10
.github/workflows/linux.yml
vendored
10
.github/workflows/linux.yml
vendored
@ -138,13 +138,13 @@ jobs:
|
||||
sudo rm -f /swapfile
|
||||
# 3G:
|
||||
sudo apt clean
|
||||
# 3G:
|
||||
docker image ls -aq
|
||||
docker rmi $(docker image ls -aq)
|
||||
# 3G, takes 30s:
|
||||
# docker image ls -aq
|
||||
# docker rmi $(docker image ls -aq)
|
||||
# 1G:
|
||||
find ~/work/_temp -name "cache.tgz" -exec rm -f {} \;
|
||||
# 4G:
|
||||
sudo rm -rf "/usr/local/share/boost"
|
||||
# 4G, takes 14s:
|
||||
# sudo rm -rf "/usr/local/share/boost"
|
||||
# 2G:
|
||||
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
|
||||
df -h /
|
||||
|
Loading…
Reference in New Issue
Block a user