Merge pull request #17680 from Homebrew/building-bottles-needs-network-for-sboms

This commit is contained in:
Issy Long 2024-07-12 17:28:37 +01:00 committed by GitHub
commit 868c3dc9cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ RSpec.describe Homebrew::DevCmd::Bottle do
it_behaves_like "parseable arguments" it_behaves_like "parseable arguments"
it "builds a bottle for the given Formula", :integration_test do it "builds a bottle for the given Formula", :integration_test, :needs_network do
install_test_formula "testball", build_bottle: true install_test_formula "testball", build_bottle: true
# `brew bottle` should not fail with dead symlink # `brew bottle` should not fail with dead symlink