summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2019-09-19 11:59:18 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2019-09-19 11:59:18 +0100
commit6b7d867c85ac04ad618cc8e391a65b2ec114c614 (patch)
treee456964c25844e9c599b7fcbb99cd2516ee849a4
parent14db8f3803ae8af1bfcd50a1b7e0d6fcbe71022a (diff)
downloadhaskell-6b7d867c85ac04ad618cc8e391a65b2ec114c614.tar.gz
Pass -j to ghc-in-ghci CI jobwip/tweak-hadrian
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d3c08e79f..601fbcadf4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -244,7 +244,7 @@ hadrian-ghc-in-ghci:
- ./boot
- ./configure $CONFIGURE_ARGS
# Load ghc-in-ghci then immediately exit and check the modules loaded
- - echo ":q" | hadrian/ghci.sh | tail -n2 | grep "Ok,"
+ - echo ":q" | hadrian/ghci.sh -j`mk/detect-cpu-count.sh`| tail -n2 | grep "Ok,"
cache:
key: hadrian-ghci
paths: