mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-14 08:18:30 +01:00
Do not build amazonka-ec2 in parallel (and skip haddock) - more specific comment why this is okay. See ac60194963.
This commit is contained in:
parent
fe7cfe6e21
commit
bf50a635ad
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user