Skip to content

Commit 6ad5744

Browse files
committed
chore: disable brew doctor
1 parent 0b0604f commit 6ad5744

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/kokoro/macos/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ brew update-reset
5454
echo "DEBUG: Brew version after fixes"
5555
brew --version || echo "brew version failed"
5656
echo "DEBUG: Brew doctor after fixes"
57-
brew doctor || echo "brew doctor failed"
57+
# brew doctor || echo "brew doctor failed"
5858

5959
echo "DEBUG: Homebrew environment fixes complete"
6060
# ===== END HOMEBREW FIXES =====

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ io::log_h2 "Update or install dependencies"
3232
io::log_h2 "DEBUG: Brew version before update"
3333
brew --version
3434
io::log_h2 "DEBUG: Brew doctor before update"
35-
brew doctor
35+
# brew doctor
3636

3737
# Install bash and ninja
3838
io::log_h2 "DEBUG: Before brew install bash ninja"

0 commit comments

Comments
 (0)