From f177fb5f8b6efd7d976f4067985aa167547ccf4f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 17 Dec 2016 09:53:42 +0000 Subject: [PATCH] When building on Travis OSX workers, list some directories under /usr/local Should help us to find the OpenSSL installation. --- infrastructure/travis-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/travis-build.sh b/infrastructure/travis-build.sh index 72ff4734d..856bc8717 100755 --- a/infrastructure/travis-build.sh +++ b/infrastructure/travis-build.sh @@ -7,6 +7,7 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update # Travis appears to have Boost and OpenSSL installed already: # brew install boost ccache openssl + ls /usr/local /usr/local/opt /usr/local/opt/openssl brew install ccache fi