aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-02-18 11:48:48 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-02-18 11:48:48 -0400
commitef1a5a1f9b85de7261ac9a27bede3dedda88fb45 (patch)
tree6cb2146b90e1157a7a4c14903c2ce987704077be /CHANGELOG
parentbf6ad1182a0e0f9b1200ef90cdde90c7b50b1085 (diff)
Split Test.hs and avoid optimising it much, to need less memory to compile.
The ghc options were found by Sean Whitton; the debian arm autobuilders need those to build w/o OOM, and it seems to involve llvm using too much memory to optimize Test. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dba74a8ec..7d75e70d1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,8 @@ git-annex (6.20180113) UNRELEASED; urgency=medium
last line.
* git-annex.cabal: Once more try to not build the assistant on the hurd,
hopefully hackage finally recognises that OS.
+ * Split Test.hs and avoid optimising it much, to need less memory to
+ compile.
-- Joey Hess <id@joeyh.name> Wed, 24 Jan 2018 20:42:55 -0400