-
I use Bazel as my build tool, specifically the [Bazel for IntelliJ](https://plugins.jetbrains.com/plugin/8609-bazel-for-intellij) plugin. When I create a run configuration and run my application with …
-
We plan to publish a roadmap for Bazel support. There is an internal roadmap at https://docs.google.com/document/d/150neGhxGhV48LcjAqjUy_oiQ_c8O6xPEgbM_cd5MqrU/edit#heading=h.3xkwxm4m6wdd that needs m…
-
### Description of the bug:
When upgrading to bazel 8 (from a pre-release of bazel 7.4.0), we're observing hangs of bazel when building our codebase on Windows.
The hangs happen both on CI and local…
-
**Is your feature request related to a problem? Please describe.**
Bazel doesn't let you run concurrent invocations: https://github.com/bazelbuild/bazel/issues/532. Two problems for us:
- regressi…
-
### Go version
go version go1.23.1 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/amir/Library/Caches/go-build'
GO…
-
Many ML libraries including TensorFlow and PyTorch are notoriously difficult to build. We should find ways to improve this.
### Air-gapped networks
Many build systems like Bazel will download depend…
-
We are no longer supporting legacy Bazel `WORKSPACE` projects. We an remove the build and test targets that exist to support this mode.
-
In increasing order of usefulness:
- Add a full example (+ test)
- Provide a ready to use "libcbor.BUILD"
- Use Bazel natively (alongside cmake)
- We would have to replicate all the defines an…
-
In polyglot monorepos it is a royal pain that I cannot have plugins like coc-java correctly set the classpath for the java language server since there is not a pom.xml or a gradle.build at the root of…
-
Would it be possible to upstream the BUILD files for libprotobuf-mutator? We use Bazel in the Envoy project and consume libprotobuf-mutator as a dependency. See https://github.com/envoyproxy/envoy/pul…