Evaluating attribute exe
on project ./. {...}
require more than 4.5 GiB free space
#858
Labels
build-performance
time and space usage issues during build time
enhancement
New feature or request
Low Severity
There are some issues relate to this.
First, this make CI difficult to run. Some CI environment, like GitHub action, doesn't allow a single job to use so much space so it would fail unless we have certain cache first. I saw package like
newtype-0.2.1.0-js-unknown-ghcjs-doc
which might not be needed while evaluatingexe
.The second issue is that we need some better way to debug and cache derivations used by IFD (import from derivation). At least I didn't see any documentation talks about these kinds of techniques.
The text was updated successfully, but these errors were encountered: