-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Always run Turbine native image with a UTF-8 code page on Windows #25444
base: master
Are you sure you want to change the base?
Conversation
@bazel-io fork 8.2.0 |
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.
I'm fine with the custom tool to add/update windows manifest file. Just in case we need more complex feature in future, we could switch to use mt.exe
from the windows SDK, which can be fetched by updating https://github.com/bazelbuild/bazel/blob/master/src/main/res/winsdk_configure.bzl.
@hvadehra Please take a final look |
We are building Turbine native images with a UTF-8 code page and need to match the runtime code page for UTF-8 paths to be handled properly. This change splits the existing tool for patching the app manifest of the embedded JDK into separate tools for reading and writing app manifests. The write tool is then used to add a manifest to the turbine binary.