-
Hi – thank you for making this. I wanted to see if some of the bazel deps you have declared in the `MODULE.bazel` can be marked as dev dependencies. I think it might just be buildifier, but I thought …
-
I've tried to run:
```
bazel-bin/tools/bazeldeps generate -v error ...
```
and
```
bazel-bin/tools/bazeldeps generate -v trace ...
```
and they both print the same message:
```
wrote 414 tar…
-
To reproduce:
MODULE.bazel
```
bazel_dep(name = "flatbuffers", version = "24.3.25", repo_name = "com_github_google_flatbuffers")
```
go.mod (includes direct dep)
```
github.com/google/flatbu…
-
I am upgrading stardoc from 0.7.0 to 0.7.1 and get the following warning when updating MODULE.bazel.lock:
```
$ bazel mod deps --lockfile_mode=update
WARNING: The module extension @@rules_jvm_exter…
-
The version of setuptools pinned in #2733 is incompatible with bazel, more info here: https://github.com/pypa/setuptools/issues/4487. Manually downgrading to 70.3.0 resolves this issue.
Tested on …
-
### What version of `gazelle` are you using?
Latest: `0.39.1`
### What version of `rules_go` are you using?
Latest: `0.50.1`
### What version of Bazel are you using?
`7.1.2`
### Does this …
-
### Description of the bug:
The value of `--experimental_downloader_config` seems to be cached in the server on startup and requires a shutdown in order to change either the value of the flag or …
-
### Environment
- `nginx -V`
```
nginx version: openresty/1.21.4.3
kong@kong-kong-67d574447c-6xdqr:/$ nginx -V
nginx version: openresty/1.21.4.3
built with OpenSSL 3.2.1 30 Jan 2024
TLS SNI…
-
Running `bazel mod deps` with Bazel 8.0.0rc1 or later results:
```
ERROR: Error loading '@@bazel_tools//tools/android:android_extensions.bzl' for module extensions, requested by https://bcr.bazel.bu…
-
I'm looking into cross building Scala 2.13 / 3.3 targets and I've been playing with the [2\_deps example](https://github.com/bazelbuild/rules_scala/tree/v6.6.0/examples/crossbuild/2_deps). When I do t…