Ben Radford
Ben Radford
Just noticed this got fixed in [0ae55ef](https://github.com/nfs-ganesha/nfs-ganesha/commit/0ae55ef74861d8a989db1ca81cd6c4f1e09adef7). Thanks!
Yeah, I tested it and the crash no longer occurs. I don't seem to have permission to close the issue though.
> Not sure if this is possible, but a good solution would also make sure that a single nix build will also "consume" multiple action slots in bazel, so bazel...
I think the causality is reversed — you need to set the [`cores`](https://nixos.org/manual/nix/stable/command-ref/nix-build#opt-cores) config, and then Nix will ensure `NIX_BUILD_CORES` is set to that value when the derivation gets built...