Skip to content

Commit

Permalink
ci(macos): install ccache when needed (googleapis#6698)
Browse files Browse the repository at this point in the history
  • Loading branch information
devjgm authored Jun 5, 2021
1 parent 2211aeb commit 4032b07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/kokoro/macos/build-cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ readonly NCPU

io::log_h2 "Update or install dependencies"
brew install openssl
brew install ccache || ccache --version
brew install cmake || cmake --version
brew install ninja || ninja --version

Expand Down
3 changes: 3 additions & 0 deletions ci/kokoro/macos/build-quickstart-cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ source module /ci/etc/quickstart-config.sh

io::log_h2 "Update or install dependencies"

# vcpkg needs this
brew install pkg-config || pkg-config --version

# Fetch vcpkg at the specified hash.
vcpkg_dir="${HOME}/vcpkg-quickstart"
mkdir -p "${vcpkg_dir}"
Expand Down

0 comments on commit 4032b07

Please sign in to comment.