-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memory sanitizer fails at the build-std stage #243
Comments
Regression appeared on 2020-09-28.
Getting it down to a bors commit was harder since the msan test has false failures with these builds (possibly they are less optimised).
This is the culprit: |
This can be worked around by reverting #193. |
Introduced in rust-lang/stdarch@3fa0f6a |
This was referenced Oct 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking at CI runs, this failed between 2020-09-14 and 2020-10-07 and is still broken.
This seems to relate to building avx512f instructions, which it might be possible to skip on most machines.
I'll try to investigate further by bisecting nightlies.
The text was updated successfully, but these errors were encountered: