Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

formulae_dependents: ignore more unbottled errors #1231

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

carlocab
Copy link
Member

We shouldn't fail CI if we fail to install an unbottled dependent, even
when we're not building from source.

Fixes failures seen at https://github.com/Homebrew/homebrew-core/actions/runs/10956242397/job/30553837181?pr=189352

We shouldn't fail CI if we fail to install an unbottled dependent, even
when we're not building from source.

Fixes failures seen at https://github.com/Homebrew/homebrew-core/actions/runs/10956242397/job/30553837181?pr=189352
@carlocab
Copy link
Member Author

Error seen at Homebrew/homebrew-core#189352

@MikeMcQuaid
Copy link
Member

We shouldn't fail CI if we fail to install an unbottled dependent

Why not? How will we know if we break the dependent if we're not able to fetch it to test?

@carlocab
Copy link
Member Author

carlocab commented Sep 24, 2024

We shouldn't fail CI if we fail to install an unbottled dependent

Why not? How will we know if we break the dependent if we're not able to fetch it to test?

Not sure I follow -- we'll know if we break the dependent if it fails on runners where it is bottled.

And if the dependent was unbottled in the first place, it likely was already broken.

@MikeMcQuaid
Copy link
Member

Ok, rereading this again: I think I misunderstood the first time. Makes sense, thanks for explaining!

@carlocab carlocab merged commit 29ed563 into master Sep 24, 2024
4 checks passed
@carlocab carlocab deleted the ignore-more-unbottled-errors branch September 24, 2024 11:25
@carlocab
Copy link
Member Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants