-
A change in Bazel (https://github.com/bazelbuild/bazel/issues/5636) affects which symbols from a Starlark module are exposed and can be loaded. More specifically, with this change, symbols that are lo…
-
acceptance tests should also run through a proxy server, specially interesting for federation tests when one of the servers is behind a proxy.
e.g. we could run some federation smoke tests with one o…
-
## Description
When I am working on writing envdlib for supporting tensorRT, I found some points we need for better use of envdlib:
- Branch Judgment: we need judge wether current condition like os …
-
### Description of the bug:
`cquery` with `starlark` output misses dependencies in bzlmod setup.
### Which category does this issue belong to?
Core
### What's the simplest, easiest way to reprodu…
-
Hello dear Bazel maintainers :)
I'm re-filing this feature request from https://github.com/bazelbuild/bazel-skylib/issues/290.
Right now there is not a way to print an assertion failure with the…
-
When it comes to memory leaks, heap profile is a useful tool to see where memory was allocated. However, that's only partly helpful because the profile shows where memory was allocated but it doesn't …
-
Today:
```
#@ load("@ytt:struct", "struct")
#@ def labels():
foo: bar
#@ end
#@ env = struct.encode({"labels": labels()})
v: #@ env
```
results in ...
```
- (p) unknown type *yaml…
-
### Background & motivation
Quite frequently, folks will need to do `jq`-like things on JSON or YAML output from a result of one of their `run_sh` steps. It would be a very nice convenience if we had…
-
Hi,
For an open source process it makes a lot of sense to allow everyone to use cirrus-ci in their forks using the "free" credits, but to use custom compute or persistent runners for the, commonly …
-
Hi team 👋
I looked at the `unused_deps` tool today to see how it works and if it's possible to make it remove maven targets in addition to repo ones.
I saw that the tool uses the `target-label`…