diff options
author | Facundo DomÃnguez <facundo.dominguez@tweag.io> | 2018-02-16 08:18:52 -0300 |
---|---|---|
committer | Facundo DomÃnguez <facundo.dominguez@tweag.io> | 2018-02-19 09:42:52 -0300 |
commit | 5b63240f9822507a33bca6c5c05462832a9f13ab (patch) | |
tree | c93c6b0769578fc5752db20ccc1a148b34444873 /.circleci/config.yml | |
parent | 043466b9aac403553e2aaf8054c064016f963f80 (diff) | |
download | haskell-5b63240f9822507a33bca6c5c05462832a9f13ab.tar.gz |
Increase the amount of parallelism in circleci.
Summary: Set THREADS=CPUS+1 in circleci.
Reviewers: bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4415
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index b93c65104e..3e5a77f88e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ aliases: name: submodules command: .circleci/fetch-submodules.sh - &buildenv - THREADS: 3 + THREADS: 9 SKIP_PERF_TESTS: YES VERBOSE: 2 - &boot |