Skip to content

Commit

Permalink
Run the update build twice
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell authored Jun 20, 2021
1 parent 19ea387 commit de6d0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/Upgrade.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ main = do
echo system_ "cabal v2-update"
echo system_ "cabal v2-build -j1 --only-dependencies --upgrade-dependencies --force-reinstalls --ghc-options=\"+RTS -M1G\""
echo system_ "cabal v2-configure \"--ghc-options=-rtsopts -O2\""
echo system_ "cabal v2-build -j1 --only-dependencies --upgrade-dependencies --force-reinstalls --ghc-options=\"+RTS -M1G\""
echo system_ "GHCRTS=-M1G cabal v2-install -j1 --installdir=bin"
let exe = normalise "bin/hoogle"

Expand Down

0 comments on commit de6d0b6

Please sign in to comment.