-
currently we rely on lots of shell scripts for deployment.
we can replace them with bazel rules, e.g.,
```
bazel run //:deploy_api -- --namespace=
```
-
I'm adding Bazel 8 to the rules_appimage CI and the rules_pycross compatibility test fails in Bazel 8: https://github.com/lalten/rules_appimage/actions/runs/12120010016/job/33787778921?pr=253
```
IN…
-
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…
-
## The following modules are broken with Bazel@8.0.0rc4:
BCR Bazel Compatibility Test: https://buildkite.com/bazel/bcr-bazel-compatibility-test/builds/72
This may have some overlap with https://g…
-
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…
-
Hello,
I've just received an email from bazelbuild/bazel-central-registry saying that the module I maintain contains errors for Bazel@8.0.0rc4. The build output says that [this import](https://gith…
-
### What happened?
When using rules python 1.0.0-rc2 in the main repository, the module extension call to initiate the pypi repo used by the protoc-gen-validate module uses the older "name" instead…
-
**What language does this apply to?**
C#
**Describe the problem you are trying to solve.**
There are no standard Bazel rules to generate C# source code for protocol buffers.
**Describe the sol…
-
### Description of the problem / feature request:
The runfiles library has been deprecated in bazel-tools and now points to the library in rules_cc, but the instructions ported over refer to [BAZEL…
-
**Description:**
This issue proposes transferring the rules_kotlin repository from the `bazelbuild` GitHub organization to the `bazel-contrib` GitHub organization, which is owned by the [Community …