[commit: ghc] wip/nfs-locking: Updates travis and README to reflect fixing #26 (f3a1eb7)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:40:11 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/f3a1eb726e550d458476764d99ad68fe042de81b/ghc
>---------------------------------------------------------------
commit f3a1eb726e550d458476764d99ad68fe042de81b
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Wed Jan 6 23:24:22 2016 +0800
Updates travis and README to reflect fixing #26
>---------------------------------------------------------------
f3a1eb726e550d458476764d99ad68fe042de81b
.travis.yml | 3 +--
README.md | 3 ---
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index e096ddf..055edd5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,8 +51,7 @@ install:
- ( cd ghc/shake-build && cabal install --only-dependencies )
- ( cd ghc && ./boot )
- - if [ $TRAVIS_OS_NAME == osx ]; then ( cd ghc && ./configure --with-gcc="$(which clang)"); fi
- - if [ $TRAVIS_OS_NAME == linux ]; then ( cd ghc && ./configure ); fi
+ - ( cd ghc && ./configure )
script:
- ./ghc/shake-build/build.sh -j --no-progress
diff --git a/README.md b/README.md
index 90f6422..45789e3 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,6 @@ git submodule update --init
git clone git://github.com/snowleopard/shaking-up-ghc shake-build
./boot
./configure
-# or if you want to use clang (e.g. building on OS X)
-./configure --with-gcc=$(which clang) # See #26
-
```
Now you have a couple of options:
More information about the ghc-commits
mailing list