Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqi1129 committed Aug 12, 2024
1 parent 603ae7e commit a169262
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/ci/util_free_space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ if [ "${GITHUB_ACTIONS}" = "true" ]; then
sudo rm -rf /opt/hostedtoolcache/PyPy || :
# 376MB
sudo rm -rf /opt/hostedtoolcache/node || :
# free at least 10G, android is unless for Gravitino CI
# Free at least 10G, android is useless for Gravitino CI.
sudo rm -rf /usr/local/lib/android || :
# .ghcup is installed by Haskell CI and useless for Gravitino CI
sudo rm -rf /usr/local/.ghcup
# Free at lease 5G, .ghcup is installed by Haskell CI and useless for Gravitino CI.
sudo rm -rf /usr/local/.ghcup || :
# Remove Web browser packages
if dpkg-query -l firefox;then
sudo apt purge -y firefox
Expand Down

0 comments on commit a169262

Please sign in to comment.