Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit 7d40a32

Browse files
committed
Fix number of jobs for cabal new-install in bootstrap-haskell
1 parent e0b1e5a commit 7d40a32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bootstrap-haskell

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ edo ghcup set
6363
edo ghcup install-cabal
6464

6565
edo cabal new-update
66-
edo cabal new-install --symlink-bindir="$HOME/.cabal/bin" cabal-install
66+
# 1 job until https://github.com/haskell/cabal/issues/5776 is fixed
67+
edo cabal new-install --symlink-bindir="$HOME/.cabal/bin" --jobs=1 cabal-install
6768

6869
printf "\\033[0;35m%s\\033[0m\\n" ""
6970
printf "\\033[0;35m%s\\033[0m\\n" "Installation done!"

0 commit comments

Comments
 (0)