Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 627bf2d

Browse files
committed
Prevent CircleCI OOM on "Install Hoogle" step
1 parent 41cfce0 commit 627bf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ defaults: &defaults
4040

4141
- run:
4242
name: Install Hoogle
43-
command: stack --stack-yaml=${STACK_FILE} install hoogle
43+
command: stack -j 1 --stack-yaml=${STACK_FILE} install hoogle
4444

4545
- run:
4646
name: Build (we need the exe for tests)

0 commit comments

Comments
 (0)