3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/tools/build-managers/bazel
Claudio Bley e22cf98520 bazel: Use jdk11_headless to build bazel
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]: 4fc4868065/tools/jdk/BUILD.tools (L384-L387)
2021-02-03 10:46:09 +01:00
..
bazel-remote bazel: 3.7.1 -> 3.7.2 2021-02-03 10:44:07 +01:00
bazel_0_26 bazel_0: fix build on darwin 2020-10-08 16:03:44 +02:00
bazel_0_29 bazel_0: fix build on darwin 2020-10-08 16:03:44 +02:00
bazel_1 bazel_1: fix build on darwin 2020-10-10 15:46:17 +02:00
bazel_3 bazel: Use jdk11_headless to build bazel 2021-02-03 10:46:09 +01:00
buildtools treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
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 bazel: 3.3.1 -> 3.7.1 2021-01-29 21:53:25 +01:00