Skip to content
Snippets Groups Projects
Unverified Commit 7d40a32a authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix number of jobs for cabal new-install in bootstrap-haskell

parent e0b1e5af
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,8 @@ edo ghcup set
edo ghcup install-cabal
edo cabal new-update
edo cabal new-install --symlink-bindir="$HOME/.cabal/bin" cabal-install
# 1 job until https://github.com/haskell/cabal/issues/5776 is fixed
edo cabal new-install --symlink-bindir="$HOME/.cabal/bin" --jobs=1 cabal-install
printf "\\033[0;35m%s\\033[0m\\n" ""
printf "\\033[0;35m%s\\033[0m\\n" "Installation done!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment