[commit: ghc] wip/nfs-locking: Speed up Travis OSX build by --integer-simple (77840e7)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:48:39 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/77840e7930d55597dc575ec29b2c35afd5516d1f/ghc
>---------------------------------------------------------------
commit 77840e7930d55597dc575ec29b2c35afd5516d1f
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Jan 12 23:32:36 2017 +0000
Speed up Travis OSX build by --integer-simple
>---------------------------------------------------------------
77840e7930d55597dc575ec29b2c35afd5516d1f
.travis.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 0209cab..35ae3b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ sudo: true
matrix:
include:
- os: linux
+ env: MODE="--flavour=quickest"
addons:
apt:
packages:
@@ -15,9 +16,11 @@ matrix:
- PATH="/opt/cabal/1.22/bin:$PATH"
- os: osx
+ env: MODE="--flavour=quickest --integer-simple"
before_install:
- brew update
- brew install ghc cabal-install
+ -
install:
# Add Cabal to PATH
@@ -45,7 +48,7 @@ script:
- ./build.sh selftest
# Build GHC
- - ./build.sh -j --flavour=quickest --verbose --no-progress --progress-colour=never --progress-info=brief --profile=-
+ - ./build.sh -j $MODE --verbose --no-progress --progress-colour=never --progress-info=brief --profile=-
# Test GHC binary
- cd ..
More information about the ghc-commits
mailing list