generated from coulomb/repo-seed
chore(debug): force -j1 to serialize GHC parallel code generation
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
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>
This commit is contained in:
@@ -125,7 +125,7 @@
|
|||||||
"--ghc-option=-O0"
|
"--ghc-option=-O0"
|
||||||
"--ghc-option=-fomit-interface-pragmas"
|
"--ghc-option=-fomit-interface-pragmas"
|
||||||
"--disable-split-sections"
|
"--disable-split-sections"
|
||||||
"--ghc-option=-fno-dynamic-too"
|
"--ghc-option=-j1"
|
||||||
];
|
];
|
||||||
postUnpack = (old.postUnpack or "") + ''
|
postUnpack = (old.postUnpack or "") + ''
|
||||||
_actual="$sourceRoot/build/Generated/ActualTypes.hs"
|
_actual="$sourceRoot/build/Generated/ActualTypes.hs"
|
||||||
|
|||||||
Reference in New Issue
Block a user