From 6780648bba069bfaf4a911a7148edc8ef53dc3d7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Jun 2020 10:20:27 -0400 Subject: [PATCH] comment --- ...mment_1_33571f940f88ebb3ff9cf08ef58364fb._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/git-annex_does_not_build_reproducibly_from_readdir_order/comment_1_33571f940f88ebb3ff9cf08ef58364fb._comment diff --git a/doc/bugs/git-annex_does_not_build_reproducibly_from_readdir_order/comment_1_33571f940f88ebb3ff9cf08ef58364fb._comment b/doc/bugs/git-annex_does_not_build_reproducibly_from_readdir_order/comment_1_33571f940f88ebb3ff9cf08ef58364fb._comment new file mode 100644 index 0000000000..7dd02cf4ca --- /dev/null +++ b/doc/bugs/git-annex_does_not_build_reproducibly_from_readdir_order/comment_1_33571f940f88ebb3ff9cf08ef58364fb._comment @@ -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. + + + +As this is a compiler issue, there's really very little I can do about it. +"""]]