-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
With Rust 1.73.0, some unit tests started to fail for mips-unknown-linux-musl
target
#333
Comments
|
Update the Linux cross compiler tests:
|
rust-lang >> t-compiler/help >> mipsel-unknown-linux-musl appears sad between 1.72.1/1.73.0 (near/396569490)
|
Updated the Linux cross compiler tests:
|
Summary:
|
The above issues have been resolved for Rust 1.76.0: rust-lang/rust#117907. 1.76.0 is currently Nightly and will be stable on February 8, 2024. |
After upgrading Rust toolchain in my local environment to 1.75.0, I noticed
Our CI is currently using Rust 1.72.1 for the MIPS targets, so it will continue running.
When 1.76.0 is released, we will update our CI to use the latest stable for the MIPS targets again, by enabling |
Rust 1.73.0 has been released and some unit tests started to fail for 32-bit
mips-unknown-linux-musl
target.Note that the CI is using QEMU's user space emulator, so emulation may not be accurate. However, as long as I can remember, these tests never failed with older versions of Rust.
https://github.com/moka-rs/moka/actions/runs/6436542687/job/17587394644
The text was updated successfully, but these errors were encountered: