nixpkgs/pkgs/development/tools/build-managers/bazel
Rick van Schijndel 9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
..
bazel_3 treewide: mark packages broken that never built on PLATFORM 2022-12-13 21:40:12 +01:00
bazel_4 bazel_4: only use python3 2022-11-24 23:04:27 -08:00
bazel_5 bazel_5: only use python3 2022-11-24 23:04:27 -08:00
bazel_6 bazel_6: only use python3 2022-11-24 23:04:27 -08:00
bazel-remote bazel-remote: 2.3.8 -> 2.3.9 2022-09-01 07:34:29 +00:00
buildtools bazel-buildtools: 5.0.1 -> 5.1.0 2022-04-22 06:06:30 +00:00
bash-tools-test.nix
bazel_darwin_sandbox.patch bazel: patch to fix for darwin sandbox 2022-09-11 12:51:48 -04:00
bazel_rc.patch
cpp-test.nix bazel_6: fix darwin build 2022-08-23 19:24:07 +10:00
java-test.nix bazel_6: fix darwin build 2022-08-23 19:24:07 +10:00
nix-hacks.patch
protobuf-test.nix bazel_6: fix darwin build 2022-08-23 19:24:07 +10:00
python-bin-path-test.nix bazel_6: fix darwin build 2022-08-23 19:24:07 +10:00
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!