mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-21 19:23:51 +00:00
Problem: Travis CI OSX builds are broken
Solution: add a workaround to reinstall libtool. Travis hasn't fixed the issue in a month, so time for a little hack until they sort it.
This commit is contained in:
parent
0527673982
commit
05f1912b63
@ -18,6 +18,10 @@ env:
|
||||
- PKG_CONFIG_PATH=${BUILD_PREFIX}/lib/pkgconfig
|
||||
- DISTCHECK_CONFIGURE_FLAGS="--with-libsodium --prefix=${BUILD_PREFIX}"
|
||||
|
||||
before_install:
|
||||
# workaround for Travis OSX CI bug, hasn't been fixed in a month so time for a hack
|
||||
- if [ $TRAVIS_OS_NAME == "osx" ] ; then brew uninstall libtool && brew install libtool ; fi
|
||||
|
||||
# Build required projects first
|
||||
before_script:
|
||||
- mkdir tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user