-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Let native Turbine image find ct.sym
with non-hermetic java_runtime
#21610
Conversation
CC @coeuvre I haven't managed to write a test for this (it fails with a different error in Turbine), but verified that this fixes the reproducer.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
@bazel-io fork 7.2.0 |
@meteorcloudy can we also include this fix in 7.1.0? The risk should be pretty low. |
It would be really nice to have a test, given how non-localized the involved interactions are (bazel, rules_java, java_tools, etc). Otherwise, LGTM to me as an isolated improvement1 (and we can always try adding a test in a followup). Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, @fmeum if adding a test is too problematic, please let me know and we can merge this anyways.
@coeuvre We just cut rc2 for 7.1.0 and were hoping it would be the last rc. Maybe we can backport this change along with all other JDK 21 changes all together in 7.2.0? |
SG! |
ct.sym
with local JDKct.sym
with non-hermetic java_runtime
I am going to import this PR now. @fmeum: feel free to add test in a separate PR. |
@hvadehra I now understood that my attempts at testing this failed since |
@bazel-io fork 7.1.1 |
Work towards bazelbuild#21604 Closes bazelbuild#21610. PiperOrigin-RevId: 613912980 Change-Id: Ibc620120b783c990d08b84ea6cd8ae224333ed8a
…a_runtime` (#21670) Work towards #21604 Closes #21610. Commit 061ddeb PiperOrigin-RevId: 613912980 Change-Id: Ibc620120b783c990d08b84ea6cd8ae224333ed8a Co-authored-by: Fabian Meumertzheim <[email protected]>
The changes in this PR have been included in Bazel 7.1.1 RC1. Please test out the release candidate and report any issues as soon as possible. |
Work towards #21604