-
### Description of the bug:
With bzlmod and the [--noenable_workspace](https://bazel.build/reference/command-line-reference#flag--enable_workspace) option, Bazel crashes when we try to use an extern…
ghost updated
1 month ago
-
### Description of the feature request:
I would like to be able to intercept the [--run_under](https://bazel.build/reference/command-line-reference#flag--run_under) flag in a starlark rule to be …
-
Something in my `pyoxidizer.bzl` file is wrong:
```
% RUST_BACKTRACE=1 pyoxidizer --verbose build
error: Extraneous parameter passed to function call
```
Unfortunately, nothing in that output…
-
https://github.com/github/linguist/blob/master/CONTRIBUTING.md#adding-a-language
Overall:
- [ ] find 200+ unique GitHub repos that are using ytt
For ytt modules (templates, overlays, library fi…
-
In Anzu, we had an issue where (somehow?) a node could run without a dload shim, but it would not communicate with other processes (e.g. because `ROS_LOCALHOST_ONLY` was a non-default value). See Anzu…
-
Incompatible flag `--incompatible_disable_starlark_host_transitions` will be enabled by default in the next major release (Bazel 7.0), thus breaking rules_closure. Please migrate to fix this and unblo…
-
### Description of the bug:
If you set both `--incompatible_disable_native_repo_rules` _and_ `--noenable_bzlmod`, any `bazel build` fails with the following error (even if you have an empty `WORKSPA…
-
```
$ starlark -c "{} in {}"
$ python3 -c "{} in {}"
Traceback (most recent call last):
File "", line 1, in
TypeError: unhashable type: 'dict'
$ python2 -c "{} in {}"
Traceback (most recent …
-
## Status Quo
`unused_inputs_list` allows inputs to be trimmed after an action executes so that the same action will not be re-executed if only the listed unused inputs are changed.
In some cases …
-
We did another round of testing against the data bindings patches with the alpha branch of rules_android. We got further but hit a new failure case where custom styles that references Android resource…