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

Commit

Permalink
Reduce parallel building threads to 2 for gcc-6
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Sep 5, 2019
1 parent b692f9a commit 874a5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
CC: gcc-6
GCOV: gcov-6
GENERATOR: Ninja
BUILD_PARALLEL_JOBS: 3
BUILD_PARALLEL_JOBS: 2
TEST_PARALLEL_JOBS: 4
CMAKE_OPTIONS: -DCOVERAGE=ON
docker:
Expand Down

0 comments on commit 874a5e7

Please sign in to comment.