From f56be80cbbe578705feccb7fd1e9de88b65a3370 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Tue, 25 Jun 2024 16:46:40 +0200 Subject: [PATCH] Reduce tsan history size --- ci/cpu/tsan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cpu/tsan.yml b/ci/cpu/tsan.yml index 5254a13351..e5fce6969d 100644 --- a/ci/cpu/tsan.yml +++ b/ci/cpu/tsan.yml @@ -26,7 +26,7 @@ cpu tsan test: needs: - cpu tsan build variables: - TSAN_OPTIONS: "halt_on_error=1" + TSAN_OPTIONS: "halt_on_error=1:history_size=0" PIKA_SMALL_STACK_SIZE: "0x100000" PIKA_MEDIUM_STACK_SIZE: "0x100000" # Override use of libSegFault, not necessary with sanitizers