formula_installer: handle another exception in fetch_bottle_tab.
Fix another way that fetching a bottle tab can fail. This pretty much only happens in CI. Addresses https://github.com/Homebrew/homebrew-core/pull/141362#issuecomment-1705327027
This commit is contained in:
parent
66eb266038
commit
3aba32a68b
@ -1213,7 +1213,7 @@ on_request: installed_on_request?, options: options)
|
|||||||
.index_by { |dep| dep["full_name"] }
|
.index_by { |dep| dep["full_name"] }
|
||||||
.freeze
|
.freeze
|
||||||
true
|
true
|
||||||
rescue DownloadError
|
rescue DownloadError, ArgumentError
|
||||||
@fetch_bottle_tab = true
|
@fetch_bottle_tab = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user