We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since 491e5d8 rustc works on aarch64, but cargo doesn't because we depend on binary releases of cargo-vendor (https://github.com/alexcrichton/cargo-vendor/releases) but upstream doesn't provide binaries for non-x86.
The text was updated successfully, but these errors were encountered:
Any ideas on how to get started with this? We probably have to (semi) manually keep track of the dependencies (of one version)?
Once the first version exists we could probably refer to that as some kind of bootstrap stage to build newer versions of cargo-vendor using itself?
cargo-vendor
Sorry, something went wrong.
I've learned since that there's a tool called carnix (#31150) that would probably help here.
Fixed since #33980 was merged.
No branches or pull requests
Since 491e5d8 rustc works on aarch64, but cargo doesn't because we depend on binary releases of cargo-vendor (https://github.com/alexcrichton/cargo-vendor/releases) but upstream doesn't provide binaries for non-x86.
The text was updated successfully, but these errors were encountered: