Skip to content

Commit

Permalink
updated ci_bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 3, 2024
1 parent 889e7ad commit 2930e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/ci_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ retry(){
if [ "$(uname -s)" = Darwin ]; then
echo "Bootstrapping Mac"
# removing adjacent dependency to be able to curl from github to avoid submodule circular dependency (git / submodule / install git & make)
#retry "$srcdir/install_homebrew.sh"
#retry "$srcdir/../install/install_homebrew.sh"
if command -v brew 2>&1; then
# fix for CI runners on Mac with shallow homebrew clone - which is failing all the BuildKite builds
for git_root in /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask; do
Expand Down

0 comments on commit 2930e0e

Please sign in to comment.