[commit: ghc] wip/travis: Traivs: See if we can afford to run the performance benchmarks (9249fe5)
git at git.haskell.org
git at git.haskell.org
Mon Jul 14 18:58:33 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/travis
Link : http://ghc.haskell.org/trac/ghc/changeset/9249fe5acef77fc5d18c492c12507f235dc3ad6c/ghc
>---------------------------------------------------------------
commit 9249fe5acef77fc5d18c492c12507f235dc3ad6c
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Jul 14 14:41:17 2014 +0200
Traivs: See if we can afford to run the performance benchmarks
we have ~15 minutes until the limit, so lets try this.
>---------------------------------------------------------------
9249fe5acef77fc5d18c492c12507f235dc3ad6c
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 5dc1e53..9919538 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=3 PATH=~/.cabal/bin:$PATH ./validate --fast --no-dph
More information about the ghc-commits
mailing list