UebelAndre
UebelAndre
> I've got it working on my mac using zsh but it's painfully slow. Are others experiencing the same? Having done some comparisons between bazel and bazelisk using zsh completion...
> Having done some comparisons between bazel and bazelisk using zsh completion on my mac, bazelisk is orders of magnitude slower. I wonder if https://github.com/bazelbuild/bazelisk/pull/248 would improve this
I wonder if https://github.com/bazelbuild/bazelisk/pull/248 would improve this.
cc @hlopko for visibility
I may have some time toward the end of the day today to take a closer look but otherwise don't have too much free time this week so can't commit...
The difference is that `rust_doc` is attempting to run a compile action as a test. `rustdoc` will compile the doc tests and then run them. Unfortunately, there's no stable way...
I think `gcc-multi` and `musl-dev`? But the hard part would probably be configuring the `cc_toolchain` or at least in a way that didn't require users to have intimate knowledge of...
Hi, any updates here? Is it possible to get an alpine image for use in CI?
I don't think you can use any of the released binaries from `4.2.1` since they were likely all compiled on `glibc` system. The solution will most likely involve bootstrapping or...
Friendly ping here.