[commit: ghc] wip/travis: Try with 3 cpus (1b42800)
git at git.haskell.org
git at git.haskell.org
Sat Jul 12 09:49:55 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/travis
Link : http://ghc.haskell.org/trac/ghc/changeset/1b42800985e41aa7dbe6a715c4ec9704ae8b57a7/ghc
>---------------------------------------------------------------
commit 1b42800985e41aa7dbe6a715c4ec9704ae8b57a7
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Jul 12 11:49:49 2014 +0200
Try with 3 cpus
>---------------------------------------------------------------
1b42800985e41aa7dbe6a715c4ec9704ae8b57a7
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 0e6143a..5dc1e53 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
- - SKIP_PERF_TESTS=YES PATH=~/.cabal/bin:$PATH ./validate --fast --no-dph
+ - CPUS=3 SKIP_PERF_TESTS=YES PATH=~/.cabal/bin:$PATH ./validate --fast --no-dph
More information about the ghc-commits
mailing list