-
Notifications
You must be signed in to change notification settings - Fork 71
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
Added specified nightly toolchain support #109
Conversation
Definitely interested in getting this pulled in since some nightly features would be great to have in a yocto recipe. |
you can try it by using my own repo |
With comments addressed, I think it is reasonable to include the script changes to support nightly and documentation in tree. To avoid having a consistently out of date nightly in tree, however, I think we should just set the expectation that if you want to use a nightly rust version in your layer that you'll need to generate the recipe using the script and maintain the generated bit outside of this tree. Most likely systems using a nightly compiler will be bumping versions regularly until required features are stable anyhow. |
Agree, I just want to use that nightly version as an example there. I will remove then. |
Signed-off-by: Yang Hongbo <yanghongbo@iotpi.io>
Signed-off-by: Yang Hongbo <yanghongbo@iotpi.io>
Signed-off-by: Yang Hongbo <yanghongbo@iotpi.io>
@posborne any updates on getting this merged in? |
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.
Sorry for the long delay and thanks for making these update to the script @sprhawk
build-new-version.sh
: added support to download specified nightly versioncargo-bin-cross.inc
andrust-bin-cross.inc
to support nightly versionQuestion: How can I specify a toolchain only to certain recipe? PREFERRED_VERSION only support selection of toolchain globally.