[commit: ghc] master: Build on travis with CPUS=2 (b542698)
git at git.haskell.org
git at git.haskell.org
Thu Jul 17 18:46:01 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b542698566ca5b68c207e72b821468707d945ce7/ghc
>---------------------------------------------------------------
commit b542698566ca5b68c207e72b821468707d945ce7
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Jul 17 10:27:25 2014 +0200
Build on travis with CPUS=2
With CPU=3 we are hitting resoure limits (probably memory). With CPU=2
this is less likely to happen. We will get more random timeouts, but
these are more easily spotted, and marked as "Failure", not as "Error".
>---------------------------------------------------------------
b542698566ca5b68c207e72b821468707d945ce7
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 5dc1e53..57153b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,4 +33,4 @@ script:
- echo 'DYNAMIC_GHC_PROGRAMS = NO' >> mk/validate.mk
- echo 'GhcLibWays = v' >> mk/validate.mk
- if [ "$DEBUG_STAGE" = "YES" ]; then echo 'GhcStage2HcOpts += -DDEBUG' >> mk/validate.mk; fi
- - CPUS=3 SKIP_PERF_TESTS=YES PATH=~/.cabal/bin:$PATH ./validate --fast --no-dph
+ - CPUS=2 SKIP_PERF_TESTS=YES PATH=~/.cabal/bin:$PATH ./validate --fast --no-dph
More information about the ghc-commits
mailing list