-
-
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
openjdk: bump revision for gcc, fixes RPATH issue #89642
Conversation
49 failed in Linux, mostly due to: |
Looks like these are |
Should we rerun this with |
Yes, I'm going to have a full run here, I think most errors are unrelated and we can ship this. We can start working on the issues later. |
Rebuilding after the last run. The revision bumps are needed to fix (mostly) the following errors: |
Fixes java.lang.UnsatisfiedLinkError See Homebrew#84886
Fixes CI failures in Homebrew/homebrew-core#89642.
Which failures (i.e. warnings, not errors) are left unaddressed? |
Here is the full list: 12-ARM 12-ARM 11-ARM 11 Linux |
Those are actually mostly warnings (except on Linux). The errors are: 12-arm64
12
11-arm64
11
10.15
Linux
We should check out what happened to |
I have a fix for ford here #90218 |
New bottle committed at #90322. |
Fixes java.lang.UnsatisfiedLinkError
See #84886
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>
?