From 12179be14f9a41d4b77ccdd60aee02dc810186d2 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sun, 31 Jan 2021 16:14:18 -0800 Subject: [PATCH] Disable leak-sanitizer for now --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38c28c9..2c2d7fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,7 +91,7 @@ jobs: env: RUSTFLAGS: -Zsanitizer=address RUSTDOCFLAGS: -Zsanitizer=address - ASAN_OPTIONS: 'detect_stack_use_after_return=1' + ASAN_OPTIONS: 'detect_stack_use_after_return=1:detect_leaks=0' # Work around https://github.com/rust-lang/rust/issues/59125 by # disabling backtraces. In an ideal world we'd probably suppress the # leak sanitization, but we don't care about backtraces here, so long