-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Upgrade rust to 1.46.0 ? #27
Comments
https://travis-ci.org/github/messense/rust-musl-cross/builds The cron build failed, unfortunately I don't have a lot time to look into it, help appreciated! |
I try to upgrade base image to ubuntu 20.04, and seems arm-musleabihf build is working. I will try more testing. Maybe I could create a pull request to fix this issue. |
I have tried the same but I still see the same problem :/. |
It seems an upstream issue. Waiting this PR: rust-lang/rust#77967 |
I also found this: https://gcc.gnu.org/git/?p=gcc.git&a=commit;h=dff2abcbee65dbb4b7ca3ade0f7622ffdc0af391. I can see that in the compilation it is trying to do "march=armv7-a":
I hope that that PR will fix it. |
I also did a draft PR: #29. |
I couldn't see any problem. Making a PR. |
Would you please upgrade rust to the latest?
arm-musleabihf is using 1.40.0
The text was updated successfully, but these errors were encountered: