Travis: use --jobs=2 for installing dependencies.
In hopes this will help with the OOM problems.
This commit is contained in:
parent
f5c8dd2745
commit
2b2dae8b47
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ install:
|
||||||
case "$BUILD" in
|
case "$BUILD" in
|
||||||
stack)
|
stack)
|
||||||
ulimit -n 4096
|
ulimit -n 4096
|
||||||
stack --no-terminal --install-ghc $ARGS build --only-dependencies --fast --flag 'pandoc:embed_data_files' --flag 'aeson:fast'
|
stack --no-terminal --install-ghc $ARGS build --only-dependencies --fast --flag 'pandoc:embed_data_files' --flag 'aeson:fast' --jobs 2
|
||||||
;;
|
;;
|
||||||
cabal)
|
cabal)
|
||||||
cabal --version
|
cabal --version
|
||||||
|
|
Loading…
Add table
Reference in a new issue