bazel icon indicating copy to clipboard operation
bazel copied to clipboard

a fast, scalable, multi-language and extensible build system

Results 1037 bazel issues
Sort by recently updated
recently updated
newest added

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.)

P3
type: process
team-Build-Language

**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,...

P1
incompatible-change
team-Build-Language
breaking-change-6.0

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

team-Configurability
untriaged
awaiting-review

Debian's lintian throws errors at source code lines longer than 512 characters

### 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...

more data needed

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...

type: feature request
P1
team-ExternalDeps
area-Bzlmod

`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...

type: feature request
team-Android
untriaged

### 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...

type: bug
untriaged
team-Remote-Exec