Skip to content

Commit 9f8929a

Browse files
committed
ci: Lower the number or parallel compilations
1 parent 1b84ab7 commit 9f8929a

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
@@ -390,7 +390,7 @@ jobs:
390390
sanitizers-gcc:
391391
executor: linux-gcc-latest
392392
environment:
393-
CMAKE_BUILD_PARALLEL_LEVEL: 6
393+
CMAKE_BUILD_PARALLEL_LEVEL: 2
394394
# TODO: Enable detect_stack_use_after_return=1 when https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97414 is fixed.
395395
ASAN_OPTIONS: detect_invalid_pointer_pairs=2:check_initialization_order=1
396396
UBSAN_OPTIONS: halt_on_error=1

0 commit comments

Comments
 (0)