-
Notifications
You must be signed in to change notification settings - Fork 455
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
Latest ARM build #425
Comments
I tried compiling myself on a Pi but I couldn't get it to build, using Raspbian buster:
edit: I also tried on a newer Pi 3 and got a similar result:
|
Yep, I noticed that the build failed but I have no clue why. It might be that some library needs a bump. Not sure in what changelogs I've read it but someone mentioned that they had to bump libc to make it compile on ARM again. This is probably happening here :( |
I used the workaround mentioned in rust-lang/rust#62896 (comment) and added the following to Cargo.toml
I'm new to rust and that thread is a bit over my head, but this seems to at least get past the previous error and it can now compile successfully on my Pi 3 |
Today, there are some issues identified in the rust toolchain. This is the recommended workaround from below issues: Spotifyd/spotifyd#425 rust-lang/rust#62896 (comment)
I don't know if this is relevant or will help, but I just succeeded in building 0.20.0 on ARM64 (aarch64). Sounds like an issue specific to the other ARM architectures. Here's my set up:
Not a single error or warning appeared during compiling. Running on ubuntu server 19.10, arm64, on a Pi 4 4gb edition. |
Looks like this was fixed upstream. I did |
perfect. Glad that it works again! |
@sirwindfield assuming this was the problem with the CD workflow not building the latest ARM binary for the releases page, if you kick off a new workflow now, it should fix that, right? |
I started the builds again but IIRC they will always checkout the commit that triggered them, meaning that a fix wouldn't be applied to them. However, in the case of the ARM builds this shouldn't be a problem. |
What about ARM builds for 0.2.23? |
I noticed there is no official ARM build for v0.2.20 on the releases page 😢
Maybe it is an issue with the CD workflow?
The text was updated successfully, but these errors were encountered: