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

Install extra crate with cargo if no binary package is available #86

Closed
SergioGasquez opened this issue Jun 3, 2022 · 0 comments · Fixed by #80
Closed

Install extra crate with cargo if no binary package is available #86

SergioGasquez opened this issue Jun 3, 2022 · 0 comments · Fixed by #80
Assignees

Comments

@SergioGasquez
Copy link
Member

Currently, we are not checking if packages for the crate exist in the host arch.
Eg, we are using aarch64-unknown-linux-gnu and installing the following extra crates: cargo-espflash:

  1. ESPFLASH_URL and ESPFLASH_BIN would be empty since there is no package for our arch.
  2. When installing extra_crates we would install cargo-espflash using empty ESPFLASH_URL and ESPFLASH_BIN which does not causes an error but does not install the crate
@SergioGasquez SergioGasquez self-assigned this Jun 3, 2022
@SergioGasquez SergioGasquez linked a pull request Jun 3, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant