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

Add an input to select the host target #32

Closed

Conversation

SergioGasquez
Copy link
Member

No description provided.

@SergioGasquez
Copy link
Member Author

This is the straight forward approach to allow esp-rs/esp-hal#3065, but it would require some ifs in the yaml as the target triple is different from the runner name.

Maybe we could automate getting the target triple in the action with rustup show | grep "Default host" | sed -e 's/.* //' instead of having an input argument

@SergioGasquez
Copy link
Member Author

Maybe we could automate getting the target triple in the action with rustup show | grep "Default host" | sed -e 's/.* //' instead of having an input argument

Wanted to give this a try, but gh doesn't want me to work

@SergioGasquez
Copy link
Member Author

I will close this in favor of #33, if we prefer this approach, I'll reopen it.

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 this pull request may close these issues.

1 participant