Skip to content

Commit a5ed4c0

Browse files
committed
fix: disable 2nd brew doctor
1 parent dd7fec7 commit a5ed4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 =====

0 commit comments

Comments
 (0)