summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2019-09-19 11:59:18 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-09-20 05:15:52 -0400
commit5390b5537b81f47add68c135a3743f1a17c428b3 (patch)
tree98f63a9243d4fa4a5fc5b67c0275cddf75893ce2
parent070f7b852a2662e8b5058c2fb40ef1c5a25c86d7 (diff)
downloadhaskell-5390b5537b81f47add68c135a3743f1a17c428b3.tar.gz
Pass -j to ghc-in-ghci CI job
-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: