[commit: ghc] wip/nfs-locking: Use nm-classic when running on Travis (90e3e97)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:24:55 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/90e3e973e62788d98d47fc3942ecd8c50e7fe92b/ghc
>---------------------------------------------------------------
commit 90e3e973e62788d98d47fc3942ecd8c50e7fe92b
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat Oct 22 01:48:38 2016 +0100
Use nm-classic when running on Travis
>---------------------------------------------------------------
90e3e973e62788d98d47fc3942ecd8c50e7fe92b
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 217a7d5..187c009 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ install:
- git reset --hard HEAD
- cd ..
- ./boot
- - ./configure
+ - ./configure --with-nm=$(xcrun --find nm-classic)
- cd hadrian
script:
More information about the ghc-commits
mailing list