We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d926d3 commit 6f0b470Copy full SHA for 6f0b470
.circleci/config.yml
@@ -194,6 +194,8 @@ commands:
194
- precommit-v1.1-{{ arch }}-
195
- run:
196
environment:
197
+ # Remove parallelism for clang-tidy that goes out of memory otherwise
198
+ PRE_COMMIT_NO_CONCURRENCY: "True"
199
PRE_COMMIT_HOME: &pre_commit_cache_dir /cache/precommit
200
name: "Run pre-commit checks"
201
no_output_timeout: 30m
.pre-commit-config.yaml
@@ -19,7 +19,6 @@ repos:
19
args: [--style=file, -i]
20
- id: clang-tidy
21
args: [--fix, --fix-errors]
22
- require_serial: true # Set parallelism to one otherwise it gwt out of memory on CircleCI.
23
- repo: https://github.com/psf/black
24
rev: 19.10b0
25
hooks:
0 commit comments