From 05023efdee977653b4181beb71f601561d8fba32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 22 Oct 2020 20:27:51 +0200 Subject: [PATCH] ci: Lower the number or parallel compilations --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 6ab205f79f..e7a64f7622 100644 --- a/circle.yml +++ b/circle.yml @@ -390,7 +390,7 @@ jobs: sanitizers-gcc: executor: linux-gcc-latest environment: - CMAKE_BUILD_PARALLEL_LEVEL: 6 + CMAKE_BUILD_PARALLEL_LEVEL: 2 # TODO: Enable detect_stack_use_after_return=1 when https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97414 is fixed. ASAN_OPTIONS: detect_invalid_pointer_pairs=2:check_initialization_order=1 UBSAN_OPTIONS: halt_on_error=1