nixpkgs/pkgs/development/tools/build-managers/bazel
Claudio Bley 0917e34967 bazel_{3,4,5}: Use arm64 as arch suffix on aarch64
The official bazel wrapper script uses `$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m)`
as the `os-arch` suffix.

On aarch64 Darwin, `uname -m` returns "arm64", on aarch64 Linux it returns "aarch64".
2022-08-01 06:39:12 +02:00
..
bazel_3 bazel_{3,4,5}: Use arm64 as arch suffix on aarch64 2022-08-01 06:39:12 +02:00
bazel_4 bazel_{3,4,5}: Use arm64 as arch suffix on aarch64 2022-08-01 06:39:12 +02:00
bazel_5 bazel_{3,4,5}: Use arm64 as arch suffix on aarch64 2022-08-01 06:39:12 +02:00
bazel-remote bazel-remote: 2.3.7 -> 2.3.8 2022-07-08 03:50:06 +00:00
buildtools bazel-buildtools: 5.0.1 -> 5.1.0 2022-04-22 06:06:30 +00:00
bash-tools-test.nix
bazel_rc.patch
cpp-test.nix
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
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!