From ac6019496318651fbf757c78398230ce8167d99a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:02:33 +0200 Subject: [PATCH] Do not build `amazonka-ec2` in parallel (and skip haddock). --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 198d2218..d6114cfa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9510,6 +9510,7 @@ expected-haddock-failures: # For packages with haddock issues skipped-haddocks: +- amazonka-ec2 # Large memory consumption - https://github.com/brendanhay/amazonka/issues/549 - modular # Module uses compiler plugins https://github.com/haskell/haddock/issues/900 # end of skipped-haddocks @@ -9882,6 +9883,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 - pandoc - gogol-dfareporting - gogol-compute