-
The setup guide only explains how to use rules_foreign_cc with WORKSPACE, not with bzlmod.
https://bazelbuild.github.io/rules_foreign_cc/main/index.html#setup
-
bzlmod support would be nice for this project
-
v0.11.2 tag exists in repository, but not in Bzlmod registry: https://registry.bazel.build/search?q=graal
-
Bazel's working on a new external dependency management system called Bazelmod, [arriving in 6.0 and by default in 7.0, replacing and deprecating the WORKSPACE](https://github.com/bazelbuild/bazel/iss…
-
# Goals
Build libcore, liballoc, and their dependencies from source using `rules_rust`, preferably with bzlmod.
# Reasoning
When compiling to bare-metal targets, as well as custom targets, one is r…
-
### Description of the feature request:
When specifying the version of a dependency, support more complex expressions.
Rather than `bazel_dep(name = "protobuf", version = "21.7") `, accept someth…
-
See https://github.com/aspect-build/rules_js/actions/runs/11391002935/job/31694034057?pr=1989#step:7:456
```
(18:41:49) ERROR: D:/a/rules_js/rules_js/e2e/bzlmod/BUILD.bazel:14:22: Extracting npm p…
-
I ran into some unexplainable bugs that didn't exist after rebasing the rules_apple 3.x.x bump on the latest changes which updated stardoc a couple days ago
Please find some of the other issues wh…
-
When using bzlmod, if you invoke
maven.override(
name = "repo1",
coordinates = "foo.bar:baz",
target = "//foo/bar:baz",
)
and then invoke maven.install twice:
maven.install(
…
-
### Description of the feature request:
Hi there! I'm requesting that git_override (in bzlmod) be expanded to add a sparse-checkout option. This could be done relatively easy with a custom repositor…