Files
inter-hub/flake.nix
tegwick e117f78ef3
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
chore(debug): force -j1 to serialize GHC parallel code generation
With -j8, GHC generates code for 8 modules in parallel. A parallel merging
step might read combined objects via Data.Binary.Get hitting 287 MB. Forcing
-j1 serializes codegen to test if parallel merging is the crash cause.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-02 00:06:31 +02:00

14 KiB