Skip to content

Commit 0723283

Browse files
committed
ci: Lower the number or parallel compilations
1 parent ed2b778 commit 0723283

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
@@ -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)