forked from bazelbuild/bazel
-
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.
correctly access javabase in java_integration_test
java_integration_test assumes that $(JAVABASE) is always a runfiles relative path. However, that's not correct as it purely depends on the usage of java_runtime. For example, java_runtime( name = "abs_path_jdk", java_home = "/usr/local/lib/jdk", ) when running with --javabase=//:abs_path_jdk then all $(JAVABASE) make variables will contain "/usr/local/lib/jdk". Progress towards bazelbuild#8033
- Loading branch information
Showing
2 changed files
with
37 additions
and
8 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