mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Disable leak-sanitizer for now
This commit is contained in:
parent
19b0772f3f
commit
12179be14f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -91,7 +91,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUSTFLAGS: -Zsanitizer=address
|
RUSTFLAGS: -Zsanitizer=address
|
||||||
RUSTDOCFLAGS: -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
|
# Work around https://github.com/rust-lang/rust/issues/59125 by
|
||||||
# disabling backtraces. In an ideal world we'd probably suppress the
|
# disabling backtraces. In an ideal world we'd probably suppress the
|
||||||
# leak sanitization, but we don't care about backtraces here, so long
|
# leak sanitization, but we don't care about backtraces here, so long
|
||||||
|
Loading…
Reference in New Issue
Block a user