-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
javabuilder_data
and turbine_data
attributes to java_toolchain
corresponding to `javabuilder_jvm_opts` and `turbine_jvm_opts`, to allow tool-specific inputs. Currently the only way to specify additional inputs is with the shared `tools` attribute, which means the Class Data Sharing archives for JavaBuilder and Turbine are both passed when invoking either tool. Also refactor the handling of the tool-specific inputs into 'JavaToolchainTool', which encapsulates the deploy jars, jvm flags, and data inputs for each tool. Also, stop hard-coding `-X:verifyNone` in a couple of places. It's explicitly configured in our `java_toolchain`, and hard-coding it in Bazel was never a good idea (see e.g. #11381). PiperOrigin-RevId: 346151606
- Loading branch information
1 parent
68323d8
commit a1b19df
Showing
8 changed files
with
171 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.