Aryeh Hillman

Results 64 comments of Aryeh Hillman

Potential workaround is to use the cockroach db bazel images https://hub.docker.com/r/cockroachdb/bazel/tags

Related https://github.com/bazelbuild/bazel/issues/10134

FWIW this issue is related to https://github.com/bazelbuild/rules_docker/issues/1093#issuecomment-1272399461. In that example, removing `container_deps()` clears up the issue.

cc/ @mai93 @vsiva please take a look at your earliest convenience

It looks like the "better" way to do this is to add `build_flags` to `.bazelproject` ``` build_flags: --define=ij_product=intellij-ue-oss-stable ``` I would tentatively propose, instead of this approach, adding some documentation...

The example above is from this repo, i.e. https://github.com/bazelbuild/intellij/blob/fe1c1e884cd8654aa90461cd941905116b301bef/aswb/BUILD#L166 > I'll close the issue. If you still can reproduce it, please reopen. I don't have permissions to re-open

PR that resolves https://github.com/rules-proto-grpc/rules_proto_grpc/pull/207

FWIW I think the rules here are more up to date https://github.com/bufbuild/rules_buf

Rules that appear to be more up to date https://github.com/bufbuild/rules_buf

I wonder if buf should just be dropped from this repo? Since https://github.com/bufbuild/rules_buf is a lot more maintained. Kind of a footgun for devs.