summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWander Hillen <wjw.hillen@gmail.com>2020-09-13 22:49:09 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-14 17:46:54 -0400
commite8b37c21fdcb9ca515e3dd2fab1661b7792fb728 (patch)
tree2d10752c2e9e4955ca8032df761e367d85aa6f12
parenta5ffb39afc386729c821b924dd2c6a93917e1b5f (diff)
downloadhaskell-e8b37c21fdcb9ca515e3dd2fab1661b7792fb728.tar.gz
Do the hadrian rebuild multicore
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 34df8e23bb..8f6c4e6f98 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -260,7 +260,7 @@ hadrian-ghc-in-ghci:
script:
- .gitlab/ci.sh setup
- cabal update
- - cd hadrian; cabal new-build --with-compiler=$GHC --project-file=ci.project; cd ..
+ - cd hadrian; cabal new-build -j`../mk/detect-cpu-count.sh` --with-compiler=$GHC --project-file=ci.project; cd ..
- git clean -xdf && git submodule foreach git clean -xdf
- ./boot
- ./configure $CONFIGURE_ARGS