File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,13 @@ overflow-checks = false
77
77
# per-crate configuration isn't specifiable in the environment.
78
78
codegen-units = 10000
79
79
80
+ [profile .release .package .rustc-rayon-core ]
81
+ # The rustc fork of Rayon has deadlock detection code which intermittently
82
+ # causes overflows in the CI (see https://github.com/rust-lang/rust/issues/90227)
83
+ # so we turn overflow checks off for now.
84
+ # FIXME: This workaround should be removed once #90227 is fixed.
85
+ overflow-checks = false
86
+
80
87
# These dependencies of the standard library implement symbolication for
81
88
# backtraces on most platforms. Their debuginfo causes both linking to be slower
82
89
# (more data to chew through) and binaries to be larger without really all that
You can’t perform that action at this time.
0 commit comments