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

Check ct.sym first before falling back to jrt #320

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

Check ct.sym first before falling back to jrt

Since Turbine is used via a GraalVM native image in Bazel, jrt is not enabled, so looking up the bootclasspath that way doesn't work.

As of Java 22, ct.sym contains signatures for all supported JDKs, so there is no need to look in jrt.

Partial fix for bazelbuild/bazel#21895

Fixes #318

FUTURE_COPYBARA_INTEGRATE_REVIEW=#318 from srdo-humio:stig/check-ct-sym-first 2a48a7d

@copybara-service copybara-service bot force-pushed the test_main_622308437 branch 18 times, most recently from f047080 to 13a5c41 Compare April 9, 2024 16:08
@copybara-service copybara-service bot closed this Apr 9, 2024
@copybara-service copybara-service bot force-pushed the test_main_622308437 branch from 13a5c41 to ff491a5 Compare April 9, 2024 16:14
@copybara-service copybara-service bot deleted the test_main_622308437 branch April 9, 2024 16:14
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.

0 participants