[commit: ghc] wip/nfs-locking: Attempt to fix Travis MacOSX instance (c391fea)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:11:17 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/c391feaa87a406da4f19e3384b0329fb086d8268/ghc
>---------------------------------------------------------------
commit c391feaa87a406da4f19e3384b0329fb086d8268
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat Oct 22 01:39:25 2016 +0100
Attempt to fix Travis MacOSX instance
>---------------------------------------------------------------
c391feaa87a406da4f19e3384b0329fb086d8268
.travis.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 0209cab..217a7d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,13 +39,17 @@ install:
- mv .git ghc/hadrian
- cd ghc/hadrian
- git reset --hard HEAD
+ - cd ..
+ - ./boot
+ - ./configure
+ - cd hadrian
script:
# Run internal Hadrian tests
- ./build.sh selftest
# Build GHC
- - ./build.sh -j --flavour=quickest --verbose --no-progress --progress-colour=never --progress-info=brief --profile=-
+ - ./build.sh -j --skip-configure --flavour=quickest --verbose --no-progress --progress-colour=never --progress-info=brief --profile=-
# Test GHC binary
- cd ..
More information about the ghc-commits
mailing list