Steve Barrau
Steve Barrau
I am not sure I understand the ask here. If the ask is for the 2 input jar to we generated by a genrule: these jar files are not stable...
Ping @cushon; IIUC we got approval from the Bazel and C++ side for this change.
Friendly ping @cushon
Is this a dupe of https://github.com/bazelbuild/bazel-central-registry/issues/1404 ?
You probably want to disable proto build file generation by adding this [build directive](https://github.com/bazel-contrib/bazel-gazelle/blob/master/repository.md#go_repository-build_directives) to the org_golang_google_protobuf `go_repository` call: ```python go_repository( name = "org_golang_google_protobuf", build_directives = ["gazelle:proto disable"], # ......
@derekperkins we are using this work with success, and we then adapted it to go-duckdb v1.8.2 as well. Thanks for sharing. Looking forward to this landing!
/cc @freeformstu