bazel
bazel copied to clipboard
a fast, scalable, multi-language and extensible build system
Tracking issue for the removal of `--incompatible_fix_package_group_syntax` after it's flipped. Blocked on the actual flip (#16323). (I created the tracking issue early just to reference it in TODOs.)
**Description:** This flag changes the behavior of the string `"//..."` in `package_group`'s `packages` attribute. Previously, this was treated as including all packages, everywhere, in the `package_group`. With the flag enabled,...
The value gets reset to the default (true) so setting `--noincompatible_use_platforms_repo_for_constraints` has no effect if the target using the constraint is build for the host config. Related issue: https://github.com/bazelbuild/bazel/issues/8622
Debian's lintian throws errors at source code lines longer than 512 characters
Fixes #12417. Fixes #16264.
### Description of the bug: I'm testing running a bazel build in a systemd service. This all runs fine and the build completes as it should. However, the build running...
Currently the `source.json` (e.g. for [grpc](https://github.com/bazelbuild/bazel-central-registry/blob/main/modules/grpc/1.47.0/source.json)) file in a Bazel registry only accepts attributes that can be translated to a `http_archive` repository rule, Bazel then delegates the fetching of the...
`register_toolchains("//pkg:all")` now follows `alias` targets defined in `pkg` and register any toolchains they point to. Also moves the `toolchain` targets defined in `@bazel_tools//tools/jdk` to a separate package to realize the...
### Description of the feature request: add the support to the newest NDK ### What underlying problem are you trying to solve with this feature? We are trying to integrate...
### Description of the bug: We have `--experimental_remote_downloader` flag enabled with bazel-remote cache, however it does not honor `--remote_local_fallback`. When the remote cache shuts down unexpected, the following error is...