-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
custom rust versions are not supported #6145
Comments
I don't believe this is the issue... The installer tries by default to install a newer version of the rust toolchain using the minimal version needed.... in this case version 1.81 so it looks for a Interestingly I do have a locally compiled and accessible The solution is probably to find a way to override this behavior to avoid the cargo call:
|
But when I clean the syno-hi3535-6.2.4 toolchain and build a package for hi3535-6.2.4 it installs the toolchain and rustc is version 1.83.0
And when building
I think the mismatch is IMHO we do need IMPORTANT NOTE: All DSM 32bit arm archs have |
Indeed, that could well be it... in
So from
EDIT: and |
As discussed in #6123 (comment) it is not possible yet, to have a specific rust version (i.e. 1.77.2, 1.78, nightly, ...) for a specific cross package.
A solution is now required, since
/cross/fd_8.7.0
fails to build for hi3535 arch with rust >= 1.79.The text was updated successfully, but these errors were encountered: