mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Travis: use --jobs=2 for installing dependencies.
In hopes this will help with the OOM problems.
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ install:
|
||||
case "$BUILD" in
|
||||
stack)
|
||||
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 --version
|
||||
|
||||
Reference in New Issue
Block a user