We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0604f commit 6ad5744Copy full SHA for 6ad5744
2 files changed
ci/kokoro/macos/build.sh
@@ -54,7 +54,7 @@ brew update-reset
54
echo "DEBUG: Brew version after fixes"
55
brew --version || echo "brew version failed"
56
echo "DEBUG: Brew doctor after fixes"
57
-brew doctor || echo "brew doctor failed"
+# brew doctor || echo "brew doctor failed"
58
59
echo "DEBUG: Homebrew environment fixes complete"
60
# ===== END HOMEBREW FIXES =====
ci/kokoro/macos/builds/cmake-vcpkg.sh
@@ -32,7 +32,7 @@ io::log_h2 "Update or install dependencies"
32
io::log_h2 "DEBUG: Brew version before update"
33
brew --version
34
io::log_h2 "DEBUG: Brew doctor before update"
35
-brew doctor
+# brew doctor
36
37
# Install bash and ninja
38
io::log_h2 "DEBUG: Before brew install bash ninja"
0 commit comments