This commit is contained in:
Joey Hess 2020-06-30 10:20:27 -04:00
parent 692cea01e4
commit 6780648bba
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2020-06-30T14:10:23Z"
content="""
ghc builds with concurrency enabled by default, which is bad for
reproducibility. Passing -j1 may help.
<https://gitlab.haskell.org/ghc/ghc/-/issues/4012>
As this is a compiler issue, there's really very little I can do about it.
"""]]