-
Currently, the [Bazel quickstart](https://github.com/google/fuzztest/blob/main/doc/quickstart-bazel.md) explains how to set things up using a `WORKSPACE` file, but `WORKSPACE` files are legacy and wil…
-
### Check for existing issues
- [X] Completed
### Describe the feature
bazel BUILD MODULE and Workspace Support
### Environment
bazel buidifier supprt linux and Mac
### If applicable, add mockup…
-
**Describe the bug**
The test module run for PR https://github.com/bazelbuild/bazel-central-registry/pull/3288 fails on Windows:
```
C:/b/bk-windows-j20f/bazel-org-repo-root/output/rules_sh-0.5.0/t…
-
currently we rely on lots of shell scripts for deployment.
we can replace them with bazel rules, e.g.,
```
bazel run //:deploy_api -- --namespace=
```
-
**Description:**
This issue proposes transferring the bazel-watcher repository from the `bazelbuild` GitHub organization to the `bazel-contrib` GitHub organization, which is owned by the [Community…
-
We see lots of warnings in our console builds because of these rules relying on the default rules_jvm_external `maven` namespaces.
The solution here would be to move these maven dependencies into t…
-
When testing Bazel 8.0.0 RC versions I discovered rules_scala may be incompatible with the latest rules_java (that you in turn my need for Bazel 8.0.0).
This came out when testing a Bazel bug's sol…
-
### Description of the bug:
This is just to track blockers, currently, we are blocked by this
- https://github.com/bazelbuild/rules_scala/issues/1652
- https://github.com/bazelbuild/bazel/issues/…
-
Currently, if one loads an `http_archive` from MODULE.bazel and reference things from the loaded in a target, the generated hash does not capture parameters of this `http_archive`. Using `--fineGraine…
tgeng updated
2 weeks ago
-
## Brief feature description
To enable compatibility with rules_ros2 and other Bazel-built Iceoryx consumers, it would be good to have an `:iceoryx` alias so that e.g. https://github.com/mvukov/rul…