Ryan Yang
Ryan Yang
@oquenchil > Are there two cc_shared_libraries linking @proj//:proj_soand the one that is a dependency is not exporting it? If so, then the error is intentional. yeah,`proj_so`, a `cc_shared_library` is a...
@oquenchil I think we hit the intentional breakage, but wondering if you could provide insight as to what the proper fix should be? With the exports_filter added, we have linker...
also interested. friendly ping @c-mita :)
We currently are trying to upgrade to bazel 7 with a rust + python codebase. Allowing the building of runfile links significantly slows down build time. is there a workaround...
really hoping that this can go in to 7.3.0! we're still stuck on bazel 6.5 because of this. friendly ping @lberki
Friendly ping @lberki @sgowroji wondering whether this https://github.com/bazelbuild/bazel/commit/c8006084e70f7faa942572808b6329b044f0f7ab fix will be cherrypicked into the next release?
problem is i'm not trying to import from my module, but rather the native time library. @aignas This example works in a native venv and also in our bazel 6.5...
currently we've disabled bzlmod with `--noenable_bzlmod`. our `MODULE.bazel` file lives in the at the same level as the example dir (root level of the repo) so it looks like repo...
@hassaanalansary Really appreciate the help here! If you could provide some pointers on where to place the QBDTask in relationship to a class, I think that would clear up all...