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

Commit 874a5e7

Browse files
committed
Reduce parallel building threads to 2 for gcc-6
1 parent b692f9a commit 874a5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
CC: gcc-6
161161
GCOV: gcov-6
162162
GENERATOR: Ninja
163-
BUILD_PARALLEL_JOBS: 3
163+
BUILD_PARALLEL_JOBS: 2
164164
TEST_PARALLEL_JOBS: 4
165165
CMAKE_OPTIONS: -DCOVERAGE=ON
166166
docker:

0 commit comments

Comments
 (0)