Nate Smith
Nate Smith
[CircleCI](https://brandfolder.com/circleci) uses Kaocha
I'll be able to test and benchmark in a few days. The primary reason I'd like to see test parallelization is to speed up my suite of `test.check` tests. Parallelization...
@buhhh you can see from [the commit history that the `capture-output` plugin is based on eftest's implementation](https://github.com/lambdaisland/kaocha/commit/66f9460ae7250bb0311459e67160303a058c1da9) of output capturing. Both [`active-buffers` and the `with-redefs` are inherited from there](https://github.com/weavejester/eftest/blob/43a41b28e5981382a93503be27bce463e1b6ad4f/eftest/src/eftest/output_capture.clj).
I've found a workaround! ```nix (build-tools-32-0-0.overrideAttrs (oldAttrs: { dontStrip = true; })) ``` Since everything is being unpacked from archives anyway, should `dontStrip = true` be added to `mkGeneric`?
Alternatively, I can figure out why `llvm-rs-cc` isn't being stripped and fix that for `build-tools`