Skip to content

Commit 923bd69

Browse files
committed
ci: Lower the number or parallel compilations
1 parent 16f65d6 commit 923bd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ commands:
118118
- ~/.hunter/_Base/Cache
119119
- run:
120120
name: "Build <<parameters.configuration_name>> (<<parameters.build_type>>)"
121-
command: cmake --build ~/build --target <<parameters.target>> -- -j6
121+
command: cmake --build ~/build --target <<parameters.target>> -- -j4
122122

123123
test:
124124
description: "Test"

0 commit comments

Comments
 (0)