-
In the Starlark guide to writing rules, we have an opinion about using OutputGroupInfo
https://github.com/bazelbuild/bazel/blob/master/site/docs/skylark/rules.md#requesting-output-files
_Note …
aiuto updated
2 weeks ago
-
This flag is part of the efforts to migrate `ObjcProvider` linking info to `CcLinkingContext`. It removes the Starlark APIs related to the definition and use of linking info in `ObjcProvider`. See #17…
-
Right now external dependencies would still generate additional nogo actions, which should be no-ops, but still add an overhead for the action scheduler + sandbox.
We should find a way to skip nogo…
-
![Screenshot from 2024-10-29 12-10-14](https://github.com/user-attachments/assets/a574ec05-0234-42e7-a7ad-495a1e6d6991)
Hi! First of all, let me tell you what a great tool `basedpyright` is.
Unfortu…
-
Anything with dependency on grpc built with goarch = "amd64" goos = "linux" on mac is failing to compile with the following error:
```
compile: missing strict dependencies:
/private/var/tmp/_bazel…
-
Hi dear maintainer,
First I would like to express my gratitude for your open sourcing this library. As an ex-googler I am getting pretty used to recordio and this is exactly what I need in my use c…
-
`scala_toolchain` has two attributes that specify target patterns: https://github.com/bazelbuild/rules_scala/blob/17791a18aa966cdf2babb004822e6c70a7decc76/scala/scala_toolchain.bzl#L120-L127
These …
-
My xml data is -
`
SgnbAddAttemptCell.enb.0 SgnbAddAttemptCell.enb.1 SgnbAddAttemptCell.enb.2 SgnbAddAttemptCell.enb.3
0 0 0 0
`
I wanted to parse it u…
-
### Description of the feature request:
Currently bazel constructs _virtual_includes paths for libraries in order to place files at known locations or restrict the set of files available by the com…
-
Currently, glic_unknown is used for libc when running on linux as can be seen here: https://github.com/grailbio/bazel-toolchain/blob/3cf6c59742b58980093e2062e9ec056c3bd492e5/toolchain/cc_toolchain_con…