From 00cc584aa43d6e975a118667badd20be4030bb84 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Wed, 5 Jul 2023 10:52:37 -0700 Subject: [PATCH] chore(ci): Set HOMEBREW_NO_INSTALL_FROM_API in CI (#17867) We seem to be hitting https://github.com/Homebrew/homebrew-cask/issues/150323 which recommends this workaround. Signed-off-by: Jesse Szwedko Signed-off-by: Jesse Szwedko --- scripts/environment/bootstrap-macos-10.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/environment/bootstrap-macos-10.sh b/scripts/environment/bootstrap-macos-10.sh index 6db8102f683bc..fb105c2756b81 100755 --- a/scripts/environment/bootstrap-macos-10.sh +++ b/scripts/environment/bootstrap-macos-10.sh @@ -1,6 +1,9 @@ #! /usr/bin/env bash set -e -o verbose +# https://github.com/Homebrew/homebrew-cask/issues/150323 +unset HOMEBREW_NO_INSTALL_FROM_API + brew update brew install ruby@2.7 coreutils cue-lang/tap/cue protobuf