Skip to content

Commit

Permalink
chore(ci): Set HOMEBREW_NO_INSTALL_FROM_API in CI (vectordotdev#17867)
Browse files Browse the repository at this point in the history
We seem to be hitting
Homebrew/homebrew-cask#150323 which recommends
this
workaround.

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Jul 6, 2023
1 parent ee10b8c commit 00cc584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/environment/bootstrap-macos-10.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 00cc584

Please sign in to comment.