From bf50a635ad0b90c62c64153adfb4c5e4b36ca2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Tue, 1 Aug 2023 17:27:15 +0200 Subject: [PATCH] Do not build `amazonka-ec2` in parallel (and skip haddock) - more specific comment why this is okay. See https://github.com/commercialhaskell/stackage/commit/ac6019496318651fbf757c78398230ce8167d99a. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index be6d2789..080378b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9504,7 +9504,7 @@ expected-haddock-failures: # For packages with haddock issues skipped-haddocks: -- amazonka-ec2 # Large memory consumption - https://github.com/brendanhay/amazonka/issues/549 +- amazonka-ec2 # Around 7 GB memory consumption - so do not build haddock to optimize overall performance. For more details see: https://gitlab.haskell.org/ghc/ghc/-/issues/19203, https://github.com/brendanhay/amazonka/issues/549 and related issues. - modular # Module uses compiler plugins https://github.com/haskell/haddock/issues/900 # end of skipped-haddocks @@ -9877,7 +9877,7 @@ no-revisions: # Do not build these packages in parallel with others. Useful for high memory # usage. non-parallel-builds: -- amazonka-ec2 # Large memory consumption - https://github.com/brendanhay/amazonka/issues/549 +- amazonka-ec2 # Around 6 GB memory consumption - so do not build in parallel to optimize overall performance. For more details see: https://gitlab.haskell.org/ghc/ghc/-/issues/19203, https://github.com/brendanhay/amazonka/issues/549 and related issues. - pandoc - gogol-dfareporting - gogol-compute