mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: OSX Travis builds using homebrew are timing out
Solution: use the Travis addon instead of installing manually
This commit is contained in:
parent
6f76026541
commit
0e795be8a8
@ -102,6 +102,10 @@ matrix:
|
|||||||
- libbsd-dev
|
- libbsd-dev
|
||||||
- env: BUILD_TYPE=default CURVE=libsodium DRAFT=enabled
|
- env: BUILD_TYPE=default CURVE=libsodium DRAFT=enabled
|
||||||
os: osx
|
os: osx
|
||||||
|
addons:
|
||||||
|
homebrew:
|
||||||
|
packages:
|
||||||
|
- libsodium
|
||||||
- env: BUILD_TYPE=default CURVE=libsodium DRAFT=enabled ADDRESS_SANITIZER=enabled
|
- env: BUILD_TYPE=default CURVE=libsodium DRAFT=enabled ADDRESS_SANITIZER=enabled
|
||||||
os: linux
|
os: linux
|
||||||
addons:
|
addons:
|
||||||
@ -162,8 +166,6 @@ matrix:
|
|||||||
- arch: arm64
|
- arch: arm64
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ $TRAVIS_OS_NAME == "osx" -a $BUILD_TYPE == "android" ] ; then brew update; brew install binutils ; fi
|
|
||||||
- if [ $TRAVIS_OS_NAME == "osx" -a $CURVE == "libsodium" ] ; then brew update; brew install libsodium ; fi
|
|
||||||
# To allow sonar to process history information, unshallow clone first.
|
# To allow sonar to process history information, unshallow clone first.
|
||||||
- if [ -n "$CLANG_TIDY" ] ; then
|
- if [ -n "$CLANG_TIDY" ] ; then
|
||||||
git fetch --unshallow ;
|
git fetch --unshallow ;
|
||||||
|
Loading…
Reference in New Issue
Block a user