-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify toolchain to use graalvm everywhere
Summary: We have successfully switched from OpenJDK to GraalVM for running kotlincd and javacd actions in Buck2. GraalVM offers a smaller size, reducing download requirements on remote execution (RE), and it runs short-lived Java applications, like build actions, more efficiently. In this update, we are standardizing our Buck toolchain to use GraalVM instead of JDK for all JVM-based build actions. This is a significant change across the board. Our toolchain allows users to provide their own java implementation, which can override the default GraalVM setup. This is the approach used in fbcode. Reviewed By: IanChilds Differential Revision: D67767200 fbshipit-source-id: 510f6378906eb339256974d3520096f2aaaf5ec2
- Loading branch information
1 parent
1e0e75f
commit dcf6916
Showing
3 changed files
with
2 additions
and
4 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