Unexpected massive memory usage when evaluating a derivation from a cross compiling nixpkgs

I think it’s known that cross-compiling evaluates slower. However I didn’t knew it was that much slower.
The main code that handles that is here:

“Splicing” select host and build dependencies in a hacky way. You can read about more complaints here: Frustrations about splicing

1 Like