File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ brew --version
3434io::log_h2 " DEBUG: Brew doctor before update"
3535# brew doctor
3636
37- # Install bash and ninja
38- io::log_h2 " DEBUG: Before brew install bash ninja"
39- brew install bash ninja
40- io::log_h2 " DEBUG: After brew install bash ninja"
41-
4237# Install v3.28.1 CMake
4338io::log_h2 " DEBUG: Before brew install for cmake"
44- brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/4c210b9063c89a89abd9a6db5bae1b5f4e8fdb7d/Formula/c/cmake.rb
39+ brew install --build-from-source https://raw.githubusercontent.com/Homebrew/homebrew-core/4c210b9063c89a89abd9a6db5bae1b5f4e8fdb7d/Formula/c/cmake.rb
4540io::log_h2 " DEBUG: After brew install for cmake"
4641
4742io::log_h2 " Using CMake version"
4843cmake --version
4944
45+ # Install bash and ninja
46+ io::log_h2 " DEBUG: Before brew install bash ninja"
47+ brew install bash ninja
48+ io::log_h2 " DEBUG: After brew install bash ninja"
49+
5050# Fetch vcpkg at the specified hash, download to the tmpfs directory when
5151# running on Kokoro.
5252if [[ -z " ${KOKORO_ARTIFACTS_DIR:- } " ]]; then
You can’t perform that action at this time.
0 commit comments