Skip to content

Commit ac8f532

Browse files
committed
chore: add bunch of logs
1 parent cba0ac2 commit ac8f532

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

ci/kokoro/macos/builds/cmake-vcpkg.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,25 @@ NCPU="$(sysctl -n hw.logicalcpu)"
2828
readonly NCPU
2929

3030
io::log_h2 "Update or install dependencies"
31+
32+
io::log_h2 "DEBUG: Brew version before update"
33+
brew --version
34+
io::log_h2 "DEBUG: Brew doctor before update"
35+
brew doctor
36+
37+
# TEMPORARY WORKAROUND for outdated homebrew in Kokoro images.
38+
echo "==> Forcefully resetting Homebrew"
3139
brew update-reset
40+
41+
io::log_h2 "DEBUG: Brew version after update-reset"
42+
brew --version
43+
io::log_h2 "DEBUG: Brew doctor after update-reset"
44+
brew doctor
45+
3246
# Install bash and ninja
47+
io::log_h2 "DEBUG: Before brew install bash ninja"
3348
brew install bash ninja
49+
io::log_h2 "DEBUG: After brew install bash ninja"
3450

3551
# Install a specific version of CMake to match our GHA builds
3652
(

0 commit comments

Comments
 (0)