-
Notifications
You must be signed in to change notification settings - Fork 0
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
Configure building Rust project for Raspberry Pi #20
Conversation
Following from #15, we'll also need to update the checks workflow to be able to compile for arm-linux. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for setting this up!
-
Is there a certain minimum required versions of Rust, cargo-watch, and Docker required?
-
While the cross-compilation section is thorough for Windows/Linux, the instructions for MacOS appear relatively brief. Would it be possible to provide additional details or addressing specific MacOS nuances to maintain consistency and completeness across all platforms?
We specify Rust edition 2021 in |
- Add Cargo config to set build target platform and linker - Include setup instructions in README
dc49e0d
to
d5f5fc1
Compare
d5f5fc1
to
a3c6101
Compare
9fce604
to
9f5aeb1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, one small issue.
f15a3d7
to
d525067
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this! Please squash merge.
Resolves #1.
Changes
Testing
Remaining tasks