2021-09-16 20:20:00 +03:00
|
|
|
-- The project configuration used when building in CI.
|
|
|
|
|
|
|
|
reject-unconstrained-dependencies: all
|
|
|
|
|
|
|
|
package *
|
|
|
|
ghc-options:
|
2023-02-02 22:51:44 +03:00
|
|
|
-- We compile with package-level parallelism, so just use a small amount
|
2021-11-24 11:19:19 +03:00
|
|
|
-- of module-level parallelism for dependencies:
|
|
|
|
-j2
|
|
|
|
-- For performance, with `-j`:
|
|
|
|
+RTS -A64m -n2m -RTS
|
2021-09-16 20:20:00 +03:00
|
|
|
|
2021-10-20 19:14:00 +03:00
|
|
|
-- Enable optimizations in all local (hasura) packages:
|
|
|
|
flags: +optimize-hasura
|
|
|
|
|
2023-06-27 18:49:07 +03:00
|
|
|
-- Set common options
|
|
|
|
program-options
|
|
|
|
ghc-options: -j -Werror
|
|
|
|
|
2021-09-16 20:20:00 +03:00
|
|
|
package graphql-engine
|
|
|
|
tests: true
|
|
|
|
benchmarks: true
|
|
|
|
|
|
|
|
-- %%%-BEGIN-PRO-ONLY-CONTENT-%%%
|
|
|
|
|
|
|
|
-- NOTE:
|
|
|
|
-- The label directly above this note marks the beginning of the pro-only
|
|
|
|
-- section of this file that should be removed by `Copybara` when migrating
|
|
|
|
-- this file to the public `graphql-engine` repository. We use a simple
|
|
|
|
-- regular expression to identify these segments (see the "transformations" in
|
|
|
|
-- `copy.bara.sky`), so please take care when manipulating this label!
|
|
|
|
|
|
|
|
package graphql-engine-pro
|
|
|
|
tests: true
|