forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add special casing for '--javac-jdk=system' as a temporary hack for p…
…antsbuild#12293. This causes JavacBinary to pass the `--system-jvm` option to Coursier, which selects whichever JDK Coursier happens to find already installed on the system. Long term, we shouldn't use this behavior in tests and probably shouldn't even allow it at all since the inherent non-hermeticity isn't properly captured in cache keys, but for now it allows testing of Coursier-dependent backends in CI until pantsbuild#12293 is resolved properly.
- Loading branch information
1 parent
c553b79
commit 0a25aad
Showing
3 changed files
with
25 additions
and
12 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