Skip to content

Commit

Permalink
Merge pull request #1220 from Homebrew/ignore-more-unbottled-failures
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab committed Sep 16, 2024
2 parents 75de0f4 + 9d3b6c0 commit 4f3fe40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/tests/formulae_dependents.rb
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,10 @@ def install_dependent(dependent, testable_dependents, args:, build_from_source:

unlink_conflicts dependent

test "brew", "install", *build_args, "--only-dependencies", dependent.full_name,
env: { "HOMEBREW_DEVELOPER" => nil }
test "brew", "install", *build_args, "--only-dependencies",
named_args: dependent.full_name,
ignore_failures: !bottled_on_current_version,
env: { "HOMEBREW_DEVELOPER" => nil }

env = {}
env["HOMEBREW_GIT_PATH"] = nil if build_from_source && required_dependent_deps.any? do |d|
Expand Down

0 comments on commit 4f3fe40

Please sign in to comment.