test-bot: ensure from-source initial installation
This commit is contained in:
parent
c0ef6567b8
commit
c6e3a0240a
@ -500,7 +500,7 @@ module Homebrew
|
|||||||
# Don't care about e.g. bottle failures for dependencies.
|
# Don't care about e.g. bottle failures for dependencies.
|
||||||
run_as_not_developer do
|
run_as_not_developer do
|
||||||
test "brew", "install", "--only-dependencies", *install_args unless dependencies.empty?
|
test "brew", "install", "--only-dependencies", *install_args unless dependencies.empty?
|
||||||
test "brew", "install", *install_args
|
test "brew", "install", "--build-from-source", *install_args
|
||||||
end
|
end
|
||||||
install_passed = steps.last.passed?
|
install_passed = steps.last.passed?
|
||||||
audit_args = [canonical_formula_name]
|
audit_args = [canonical_formula_name]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user