-
Notifications
You must be signed in to change notification settings - Fork 392
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
cargo alias doesn't work on cross #562
Comments
see this relevant comment |
This might be somewhat difficult, due to the number of config options and paths we'd need to support, ensuring we merge to options. For example:
We would then need to recursively merge them, and make them available inside the container. It's quite possible we could merge them and then make them available to the container in a custom directory. The issue is we can't overwrite any mount points, so it would have to be the It's definitely doable, just work. Also, all of these need to support with or without the |
Environment
Problem description
Cargo alias doesn't work on cross.
~/.cargo/config.toml
cross dbr
complie failed, butcross build --target aarch64-linux-android --release
worked.Steps to reproduce
rustls
toCargo.toml
cross dbr
The text was updated successfully, but these errors were encountered: