-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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: test build with llvm@17
#190817
openjdk: test build with llvm@17
#190817
Conversation
8b4656e
to
6b50612
Compare
6b50612
to
8b8879c
Compare
Let's test whether this builds with `llvm@17` to help track down the build failure with Apple Clang 16.
8b8879c
to
ee53c6e
Compare
Current theory is an optimisation bug. Seems to not happen with |
Ok, will add |
May be related root cause for OpenJDK 11 and 17, though for those a JVM crash happens during build. From local attempt for OpenJDK 17, need to go down to |
Yeah seems to be The default is |
With that said, if it's crashing in OpenJDK 17 it might be easier to debug properly there rather than it raising Java errors. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
HOMEBREW_NO_INSTALL_FROM_API=1 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 doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Let's test whether this builds with
llvm@17
to help track down thebuild failure with Apple Clang 16.