Skip to content

Commit 28c2a10

Browse files
committed
Remove obsolete workaround
1 parent e04bc92 commit 28c2a10

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/rust.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,6 @@ jobs:
133133
RUSTFLAGS: -Zsanitizer=address -C debuginfo=0
134134
RUSTDOCFLAGS: -Zsanitizer=address
135135
ASAN_OPTIONS: "detect_stack_use_after_return=1:detect_leaks=1:symbolize=1"
136-
# Work around https://github.com/rust-lang/rust/issues/59125 by
137-
# disabling backtraces. In an ideal world we'd probably suppress the
138-
# leak sanitization, but we don't care about backtraces here, so long
139-
# as the other tests have them.
140-
RUST_BACKTRACE: "0"
141136
# We cannot run "modern-full" with asan as the chrono feature will auto-load relase binaries of
142137
# the ICU-extension, which are not built with ASAN and will cause a crash.
143138
run: |

0 commit comments

Comments
 (0)