-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
ca-certificates: build an all
bottle
#86415
Conversation
dd4a8d0
to
cc12d5f
Compare
Hmm, no, this won't work. The problem seems to be in |
Ah. No, I know what the problem is. It's not in |
So the problem is that we pass GitHub just sets Fixing this could get quite involved. |
Dirty hack: Make this |
We can drop the mirror here and it should be good now after Homebrew/brew#12172. |
This is no longer necessary as of Homebrew/brew#12172.
That's unexpected:
|
huh, ok. I'll have a look. |
Not sure if you want to wait for Homebrew/brew#12177 to re-run this, but I think this is ready to go. (I checked the bottle checksums.) I'm logging off now though, so feel free to ship this when you think it's done. |
There'll be a free slot in the CI in a few minutes so might be worth trying to see if the fix worked. |
@Bo98 has triggered a merge. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?This is needed for users on older versions of macOS who might not be
able to download the CA cert from curl.se.