Skip to content
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

Build cargo-vendor from source #32254

Closed
dezgeg opened this issue Dec 2, 2017 · 3 comments
Closed

Build cargo-vendor from source #32254

dezgeg opened this issue Dec 2, 2017 · 3 comments
Labels

Comments

@dezgeg
Copy link
Contributor

dezgeg commented Dec 2, 2017

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.

@andir
Copy link
Member

andir commented Dec 4, 2017

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?

@dezgeg
Copy link
Contributor Author

dezgeg commented Dec 4, 2017

I've learned since that there's a tool called carnix (#31150) that would probably help here.

@dezgeg
Copy link
Contributor Author

dezgeg commented May 20, 2018

Fixed since #33980 was merged.

@dezgeg dezgeg closed this as completed May 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants