Skip to content

Commit

Permalink
ci: ディスクの空き容量を増やすため、未使用のライブラリなどの削除を追加
Browse files Browse the repository at this point in the history
Signed-off-by: Zenichi Amano <[email protected]>
  • Loading branch information
crow-misia committed Mar 4, 2024
1 parent df09e5c commit c05dc51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions disk_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ df -h
# Cache 済み Docker Image の削除
docker rmi $(docker images -q -a)

# ghcup の削除
sudo rm -rf /usr/local/.ghcup

# Swift の削除
sudo rm -rf /usr/share/swift

# Boost の削除
sudo rm -rf /usr/local/share/boost

Expand Down

0 comments on commit c05dc51

Please sign in to comment.