Skip to content

Commit

Permalink
ci: Lower the number or parallel compilations
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast authored and axic committed Nov 6, 2020
1 parent feb13b3 commit 05023ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05023ef

Please sign in to comment.