[commit: packages/binary] master: [travis-ci] Compile with -j1. (169cd4d)
git at git.haskell.org
git at git.haskell.org
Sun Feb 26 20:35:50 UTC 2017
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/169cd4d95a4482d68d58cc6ccec83a5c9363f45f
>---------------------------------------------------------------
commit 169cd4d95a4482d68d58cc6ccec83a5c9363f45f
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Thu Feb 16 20:48:47 2017 +0100
[travis-ci] Compile with -j1.
>---------------------------------------------------------------
169cd4d95a4482d68d58cc6ccec83a5c9363f45f
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index c5999ea..cc51972 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ install:
- cabal sandbox init
# can't use "cabal install --only-dependencies --enable-tests --enable-benchmarks" due to dep-cycle.
# must split in two separate 'cabal install's since cabal doesn't update the cabal library before it's needed in 'cabal-version' constraints.
- - cabal install "bytestring >= 0.10.4" 'Cabal == 1.24.*' -j -v2
+ - cabal install "bytestring >= 0.10.4" 'Cabal == 1.24.*' -j1 -v2
- cabal install criterion deepseq mtl "QuickCheck >= 2.8" HUnit "test-framework-quickcheck2 >= 0.3" "random >= 1.0.1.0" attoparsec cereal tar zlib -j
script:
More information about the ghc-commits
mailing list