updated ci_bootstrap.sh

pull/16/head
Hari Sekhon 8 months ago
parent 775c4b658a
commit d1903bff6f

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

Loading…
Cancel
Save