You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#7007 fixes the problem in our part of the build system, but we need to fix an issue with jemalloc's build system before this starts working. It has an autoconf check to test for the page size on the platform, but it bails out and fails to configure if you're cross-compiling.
We need to hardcode the shift size for the platforms we're targeting. I'm not entirely sure what the best way would be to pass it to jemalloc's build system - autotools is weird.
Fix `redundant_clone` fp
fixes: rust-lang#5973fixes: rust-lang#5595fixes: rust-lang#6998
changelog: Fix `redundant_clone` fp where the cloned value is modified while the clone is in use.
bots are red. probably just a build misconfiguration
The text was updated successfully, but these errors were encountered: