[commit: ghc] wip/nfs-locking: Revert to running the configure script from Hadrian (4378fcf)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:42:31 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/4378fcfe96fc58328bb03378f45529e6d13a7122/ghc
>---------------------------------------------------------------
commit 4378fcfe96fc58328bb03378f45529e6d13a7122
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat Oct 22 02:06:18 2016 +0100
Revert to running the configure script from Hadrian
See #276.
>---------------------------------------------------------------
4378fcfe96fc58328bb03378f45529e6d13a7122
.travis.yml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 187c009..0209cab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,17 +39,13 @@ install:
- mv .git ghc/hadrian
- cd ghc/hadrian
- git reset --hard HEAD
- - cd ..
- - ./boot
- - ./configure --with-nm=$(xcrun --find nm-classic)
- - cd hadrian
script:
# Run internal Hadrian tests
- ./build.sh selftest
# Build GHC
- - ./build.sh -j --skip-configure --flavour=quickest --verbose --no-progress --progress-colour=never --progress-info=brief --profile=-
+ - ./build.sh -j --flavour=quickest --verbose --no-progress --progress-colour=never --progress-info=brief --profile=-
# Test GHC binary
- cd ..
More information about the ghc-commits
mailing list