Prevent CircleCI OOM on "Install Hoogle" step

This commit is contained in:
Alan Zimmerman 2019-10-22 17:57:35 +01:00
parent 41cfce08b7
commit 627bf2d797

View File

@ -40,7 +40,7 @@ defaults: &defaults
- run:
name: Install Hoogle
command: stack --stack-yaml=${STACK_FILE} install hoogle
command: stack -j 1 --stack-yaml=${STACK_FILE} install hoogle
- run:
name: Build (we need the exe for tests)