[commit: ghc] wip/nfs-locking: Use Quickest flavour on Mac OSX (1f1a7b3)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:35:29 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/1f1a7b3297c7a4747b5e7a89ae47335ea8d79a56/ghc
>---------------------------------------------------------------
commit 1f1a7b3297c7a4747b5e7a89ae47335ea8d79a56
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Tue Jun 21 01:22:18 2016 +0100
Use Quickest flavour on Mac OSX
See #259
>---------------------------------------------------------------
1f1a7b3297c7a4747b5e7a89ae47335ea8d79a56
.travis.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 18ede46..b066e89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: true
matrix:
include:
- os: linux
- env: CABALVER=1.22 GHCVER=7.10.3 TARGET=
+ env: CABALVER=1.22 GHCVER=7.10.3 FLAVOUR=quick TARGET=
addons:
apt:
packages:
@@ -20,7 +20,7 @@ matrix:
- cabal install alex happy
- os: osx
- env: TARGET=
+ env: FLAVOUR=quickest TARGET=
before_install:
- brew update
- brew install ghc cabal-install
@@ -59,7 +59,7 @@ install:
script:
- ( cd ghc/hadrian && cabal haddock --internal )
- ./ghc/hadrian/build.sh selftest
- - ./ghc/hadrian/build.sh -j --verbose --no-progress --progress-colour=never --profile=- --flavour=quick $TARGET
+ - ./ghc/hadrian/build.sh -j --verbose --no-progress --progress-colour=never --profile=- --flavour=$FLAVOUR $TARGET
- ./ghc/inplace/bin/ghc-stage2 -e 1+2
cache:
More information about the ghc-commits
mailing list