Skip to content

Commit d489988

Browse files
authored
Temporarily disable debug-assertions in Tokio (#13147)
This is to work around tokio-rs/tokio#8061 while the fix is not yet merged/published.
1 parent 9d00884 commit d489988

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,12 @@ debug-assertions = false
703703
overflow-checks = false
704704
opt-level = 's'
705705

706+
# FIXME(tokio-rs/tokio#8062): once that gets merged, published, and updated here
707+
# then this can be removed. Otherwise this is causing spurious failures on CI at
708+
# this time.
709+
[profile.dev.package.tokio]
710+
debug-assertions = false
711+
706712
[profile.profiling]
707713
inherits = "bench"
708714
debug = "line-tables-only"

0 commit comments

Comments
 (0)