mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
Do not build amazonka-ec2 in parallel (and skip haddock).
This commit is contained in:
parent
86a1e08e1b
commit
ac60194963
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user