From 8df3fcffbbab59d97d704ba1eac3c41de6cd2991 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Nov 2021 19:04:20 +0800 Subject: [PATCH] add massiv-serialise to non-parallel builds perhaps more should be added, like massiv-persist cc @lehins The stackage build server has 8GB ram and currently compiling massiv-serialise tests/Main.hs seems to need about 50% RAM --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34691f83..0b830be2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7984,3 +7984,5 @@ non-parallel-builds: - gogol-compute - idris - amazonka-ec2 +- massiv-persist +- massiv-serialise