File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ test_all_hls() {
5858 # After running the test, free up disk space by deleting the unneeded GHC version.
5959 # Helps us staying beneath the 14GB SSD disk limit.
6060 ghcup rm ghc " ${bin_noexe/ haskell-language-server-/ } "
61- ghcup gc --ghc-old --profiling-libs --share-dir --cache --tmpdirs --unset
61+ ghcup gc --ghc-old --profiling-libs --share-dir --cache --tmpdirs
6262 else
6363 fail " GHCup failed to install GHC ${bin_noexe/ haskell-language-server-/ } "
6464 fi
8383install_ghcup
8484ghcup install ghc --set 9.6.7
8585# Remove everything that we don't need to stay beneath the 14GB SSD disk limit.
86- ghcup gc --ghc-old --profiling-libs --share-dir --cache --tmpdirs --unset
86+ ghcup gc --ghc-old --profiling-libs --share-dir --cache --tmpdirs
8787
8888(cd .. && ecabal update) # run cabal update outside project dir
8989
You can’t perform that action at this time.
0 commit comments