[commit: ghc] master: Increase the amount of parallelism in circleci. (5b63240)

git at git.haskell.org git at git.haskell.org
Mon Feb 19 12:43:11 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5b63240f9822507a33bca6c5c05462832a9f13ab/ghc

>---------------------------------------------------------------

commit 5b63240f9822507a33bca6c5c05462832a9f13ab
Author: Facundo Domínguez <facundo.dominguez at tweag.io>
Date:   Fri Feb 16 08:18:52 2018 -0300

    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


>---------------------------------------------------------------

5b63240f9822507a33bca6c5c05462832a9f13ab
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index b93c651..3e5a77f 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



More information about the ghc-commits mailing list