From: Marek VavruĊĦa Date: Sat, 9 May 2015 17:18:54 +0000 (+0200) Subject: build: update brew X-Git-Tag: v1.0.0-beta1~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b082ea440fe7e53379ca96758757a7f32f4caf8;p=thirdparty%2Fknot-resolver.git build: update brew --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index e1f2684c1..761422e87 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -79,6 +79,7 @@ PIP_PKGS="${TRAVIS_BUILD_DIR}/tests/pydnstest/requirements.txt cpp-coveralls" if [ "${TRAVIS_OS_NAME}" == "osx" ]; then DEPEND_CACHE="https://dl.dropboxusercontent.com/u/2255176/resolver-${TRAVIS_OS_NAME}-cache.tar.gz" curl "${DEPEND_CACHE}" > cache.tar.gz && tar -xz -C ${HOME} -f cache.tar.gz || true + brew update brew install --force makedepend python libtasn1 || true brew link --overwrite python || true pip install --upgrade pip || true