-
With bzlmod (https://bazel.build/build/bzlmod) soon to become generally available in Bazel version 6.0 in Q4 (https://bazel.build/about/roadmap), I was wondering if there was any plan for adding bzlmo…
-
Related to https://github.com/tweag/rules_haskell/issues/1864.
The goal is to be able to use Gazelle Cabal in a Bazel project with bzlmod enabled (`--enable_bzlmod`) and to develop and maintain Gazel…
-
Current it is not possible to change the cmake versions with bzlmod.
We were able to change the cmake version by patching MODULE.bazel and using archive_override
## Patch
```java
diff --git a/…
-
### Module location
https://github.com/erenon/bazel_clang_tidy/tree/master
### Link to bzlmod issue in the module's repository
https://github.com/erenon/bazel_clang_tidy/tree/master
### An…
-
Next release of bazel 7.0 is coming, we need to adapt with bzlmod, can you help to implement it
-
We have bzlmod enabled, and are trying to remote cache.
For testing I'm running the bazel remote cache server locally and trying to get it to hit by bazel cleaning and building.
bazel build --remo…
-
# 🚀 feature request
### Relevant Rules
`py_library` / `py_binary`
### Description
If there is a python library `@foo//bar:baz`, how can I import it from the main repository?
Pre-bzlmod, y…
-
Bzlmod is Bazel's new way to support 3rd party dependencies. This should also be supported by rules_vulkan-
-
Greetings!
It looks like rules_scala isn't part of the [Bzlmod](https://bazel.build/external/overview#bzlmod) effort or added to [bazel-central-registry](https://registry.bazel.build/search?q=rules…
-
Add support for bzlmod