mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
-- The project configuration used when building in CI.
|
|
|
|
reject-unconstrained-dependencies: all
|
|
|
|
package graphql-engine
|
|
ghc-options:
|
|
-j3 -Werror
|
|
-- Limit heap size to a little less than 8GB, which is the amount of
|
|
-- available memory on a CircleCI `large` instance.
|
|
+RTS -M7500m -RTS
|
|
tests: true
|
|
benchmarks: true
|