Skip to content

Commit

Permalink
Set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK for now (#656)
Browse files Browse the repository at this point in the history
Several bottles are failing linkage checks since
Homebrew/brew#12584 was merged, so disable these
checks for now.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Mar 8, 2022
1 parent 4d27e61 commit e316d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins-scripts/lib/_homebrew_base_setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fi

git -C $(${BREW_BINARY} --repo) fsck
export HOMEBREW_UPDATE_TO_TAG=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
${BREW_BINARY} update
# manually exclude a ruby warning that jenkins thinks is from clang
# https://github.com/osrf/homebrew-simulation/issues/1343
Expand Down

0 comments on commit e316d84

Please sign in to comment.