Disable leak-sanitizer for now

This commit is contained in:
Thom Chiovoloni 2021-01-31 16:14:18 -08:00
parent 19b0772f3f
commit 12179be14f

View File

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