[commit: ghc] wip/nfs-locking: Build stage1 GHC only to fit into OS X time limit on Travis. (db5dce0)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:47:26 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/db5dce0cb5d252e1a0576ec9731a758b98385fdc/ghc
>---------------------------------------------------------------
commit db5dce0cb5d252e1a0576ec9731a758b98385fdc
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat Jan 9 20:23:41 2016 +0000
Build stage1 GHC only to fit into OS X time limit on Travis.
>---------------------------------------------------------------
db5dce0cb5d252e1a0576ec9731a758b98385fdc
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index ca51b6f..3c5f522 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ matrix:
- cabal update
- os: osx
- env: TARGET=libraries/base/stage1/build/libHSbase-4.9.0.0.a
+ env: TARGET=inplace/bin/ghc-stage1.exe
before_install:
- brew update
- brew install ghc cabal-install
More information about the ghc-commits
mailing list