-
Notifications
You must be signed in to change notification settings - Fork 59
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
thud not compatible with meta-rust HEAD? #37
Comments
With
|
I got the same issue.
But I still get error:
|
@gvkalra I successfully built with |
@kbumsik thanks! worked for me as well. |
Same as #33 but other branch |
With the 1.0.9 release of IoT Edge, we began pinning the version of the rust compiler used (via the rust-toolchain file). This should mitigate many of these issues going forward. In order to support this in Yocto, we will need to start pinning the meta-rust version or you can use I'm open to other options to make this work other than pinning the meta-rust commit. |
Describe the bug
Unable to compile with meta-rust HEAD (be88d857a6ba9134abb795b3a34d3a839196335f)
To Reproduce
Expected behavior
iotedge-cli
should compile normally.Logs
Build System (please complete the following information):
Additional context
It seems like a dependency error on
url
.However, the documentation of
meta-iotedge
recommends HEAD revision of meta-rust.Should
meta-rust
be pinned to some other compatible revision?Relevant issues on Github:
The text was updated successfully, but these errors were encountered: