e22cf98520
Use the same JDK for building bazel and for its runtime.
Effectively, the former `toolchain_hostjdk8` java toolchain has been deprecated
and should no longer be used (in newer bazel)[1]:
```
# Deprecated, do not use.
# It will be removed after migration to Java toolchain resolution.
default_java_toolchain(
name = "toolchain_hostjdk8",
...
)
```
[1]:
|
||
---|---|---|
.. | ||
bazel_0_26 | ||
bazel_0_29 | ||
bazel_1 | ||
bazel_3 | ||
bazel-remote | ||
buildtools | ||
bash-tools-test.nix | ||
bazel_rc.patch | ||
cpp-test.nix | ||
java-test.nix | ||
nix-hacks.patch | ||
protobuf-test.nix | ||
python-bin-path-test.nix | ||
shebang-test.nix | ||
strict_action_env.patch | ||
trim-last-argument-to-gcc-if-empty.patch | ||
update-srcDeps.py |