nixpkgs/pkgs/development/tools/build-managers/bazel
r2r-dev eeede61892 bazel_5: init at 5.0.0
Bazel 5 is going to be a second long term support release.

Changes from bazel_4:
- compile java_tools (such as ijar) using nix-provided jdk
- local jvm and jdk are now passed using --tool_java_runtime_version, --tool_java_runtime_version and --extra_toolchains flags
  see https://docs.bazel.build/versions/5.0.0/bazel-and-java.html for details
- update-srcDeps.py: distdir_tar function renamed to _distdir_tar to properly parse bazel query output executed against bazel 5 sources
- bazel_5.updater: uses bazel_4 to generate src-deps.json. This change was required to handle json.decode calls in bazel 5 dependencies
- protobuf-test and java-test adjusted to take into consideration both jdk 8 (for Bazel < 5.0.0) and jdk 11 (for Bazel >= 5.0.0)

https://blog.bazel.build/2022/01/19/bazel-5.0.html
https://github.com/bazelbuild/bazel/releases/tag/5.0.0
2022-01-22 10:23:04 +01:00
..
bazel_0_26
bazel_0_29 team-list: add bazel team 2021-12-16 17:47:34 +01:00
bazel_1 team-list: add bazel team 2021-12-16 17:47:34 +01:00
bazel_3 team-list: add bazel team 2021-12-16 17:47:34 +01:00
bazel_4 bazel_4: dont propagate absl-py (#153779) 2022-01-07 01:43:10 -05:00
bazel_5 bazel_5: init at 5.0.0 2022-01-22 10:23:04 +01:00
bazel-remote bazel-remote: 2.3.1 -> 2.3.3 2021-12-27 01:39:10 +00:00
buildtools team-list: add bazel team 2021-12-16 17:47:34 +01:00
bash-tools-test.nix
bazel_rc.patch
cpp-test.nix bazel_4: make some tests more verbose to help debugging 2021-12-15 17:11:38 +01:00
java-test.nix bazel_5: init at 5.0.0 2022-01-22 10:23:04 +01:00
nix-hacks.patch
protobuf-test.nix bazel_5: init at 5.0.0 2022-01-22 10:23:04 +01:00
python-bin-path-test.nix
README.md bazel: add README file to point to the maintainers team. 2021-12-16 17:47:34 +01:00
shebang-test.nix
strict_action_env.patch
trim-last-argument-to-gcc-if-empty.patch
update-srcDeps.py

The Bazel build tool

https://bazel.build/

The bazel tool requires regular maintenance, especially under darwin, so we created a maintainers team.

Please ping @NixOS/bazel in your github PR/issue to increase your chance of a quick turnaround, thanks!