Jaya Kasa
Jaya Kasa
@archit-bedrock did you manage to fix your issue?
@archit-bedrock was there a workaround for you or did you have to use something else?
in case someone circles back: using gazelle 0.33.0 fixed this for me the newer versions require `golang.org/x/tools` > 0.10.0 which for some reason breaks `update-repos`
I hit the same error when I try to use record indexing: ``` hoodie.metadata.record.index.enable=true hoodie.index.type=RECORD_INDEX ``` Are there additional configs/jars that are needed?
I'm seeing issues with using bindings for `src/snmalloc/override/rust.cc` ``` INFO: Analyzed target //src/snmalloc_rs:test (0 packages loaded, 0 targets configured). ERROR: /Users/jaya.kasa/dev/snmalloc/src/snmalloc_rs/BUILD.bazel:50:10: Compiling Rust bin test (1 files) failed: (Exit 1):...
@srikrsna-buf what else is needed to get this merged?
is this still in progress?
Additional pro: Bazel users can directly depend on the snmalloc-rs target (assuming the pr is merged). They won't have to add both.
This is definitely a useful change for testing with containers in constrained environments or when containers require licenses to run above certain resource limits. Edit: This is functionality that's already...