Skip to content

Commit

Permalink
Reduce number of concurrent compiler jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lebdron committed Jul 3, 2017
1 parent dfa4656 commit 5154642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
command: cmake -H$IROHA_HOME -B$IROHA_BUILD
- run:
name: make
command: cmake --build $IROHA_BUILD -- -j$(nproc)
command: cmake --build $IROHA_BUILD -- -j4
- run:
name: run tests
command: cmake --build $IROHA_BUILD --target test
Expand Down

0 comments on commit 5154642

Please sign in to comment.