[commit: ghc] wip/travis: Traivs: See if we can afford to run the performance benchmarks (87f3b01)

git at git.haskell.org git at git.haskell.org
Mon Jul 14 12:42:10 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/travis
Link       : http://ghc.haskell.org/trac/ghc/changeset/87f3b01ea49ef866b50f900eda7b554f82d17aaf/ghc

>---------------------------------------------------------------

commit 87f3b01ea49ef866b50f900eda7b554f82d17aaf
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.


>---------------------------------------------------------------

87f3b01ea49ef866b50f900eda7b554f82d17aaf
 .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