Skip to content

Commit 62e9ecf

Browse files
committed
RUST_BACKTRACE=1 + asan was fixed
1 parent 7b7c20c commit 62e9ecf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,4 @@ jobs:
226226
RUSTFLAGS: -Zsanitizer=address -Cdebuginfo=0
227227
RUSTDOCFLAGS: -Zsanitizer=address
228228
ASAN_OPTIONS: "detect_stack_use_after_return=1:detect_leaks=0"
229-
# Work around https://github.com/rust-lang/rust/issues/59125 by
230-
# disabling backtraces. In an ideal world we'd probably suppress the
231-
# leak sanitization, but we don't care about backtraces here, so long
232-
# as the other tests have them.
233-
RUST_BACKTRACE: "0"
234229
run: cargo -Z build-std test --no-default-features --features="build-cpp,use-couchbase-lite-sqlite,use-tokio-websocket,use-native-tls,with-asan" --target x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)