mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-21 00:11:56 +01:00
Try single threaded build to avoid memory exhaustion
This commit is contained in:
parent
749a2d9533
commit
495b5a9576
@ -24,7 +24,7 @@ install:
|
|||||||
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
|
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
|
||||||
- travis_retry cabal update
|
- travis_retry cabal update
|
||||||
- cabal install alex happy
|
- cabal install alex happy
|
||||||
- cabal install --only-dependencies --enable-tests --enable-benchmarks
|
- cabal install --only-dependencies --enable-tests --enable-benchmarks -j1
|
||||||
|
|
||||||
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
|
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
|
||||||
script:
|
script:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user