diff options
author | Jack Lloyd <[email protected]> | 2017-09-10 11:06:28 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-10 11:06:28 -0400 |
commit | 12e567da157057938505eb0cb0a0876644ae5380 (patch) | |
tree | 4fc9cc833d35b132824514bbf1e8cdb174ddb3b8 /src/scripts/ci/setup_travis.sh | |
parent | 53244115cc614a1f96b5a202df6ae5f051f8f6ef (diff) |
Use prebuilt ccache binary
Diffstat (limited to 'src/scripts/ci/setup_travis.sh')
-rwxr-xr-x | src/scripts/ci/setup_travis.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/scripts/ci/setup_travis.sh b/src/scripts/ci/setup_travis.sh index a7ca9df2d..39340b962 100755 --- a/src/scripts/ci/setup_travis.sh +++ b/src/scripts/ci/setup_travis.sh @@ -75,10 +75,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then fi elif [ "$TRAVIS_OS_NAME" = "osx" ]; then - # Avoid running brew update as it is quite slow, and all we need - # is any working version of ccache - - # TODO just copy an OS X binary of ccache to botan-ci-tools repo - - HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache + export PATH=$PATH:botan-ci-tools/macos fi |