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

Detect host target triple #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SergioGasquez
Copy link
Member

Add support for Windows and MacOs, instead of having an extra input as in: #32, we run rustup show | grep "Default host" | sed -e 's/.* //' to detect the host target triple

Also added a job on CI to verify Windows and Macos

@SergioGasquez SergioGasquez force-pushed the feat/guess-target-triple branch from c6471c8 to 7d40b2b Compare January 31, 2025 06:55
@bugadani
Copy link

I'd prefer this solution, I can see no reason to let users download the incorrect toolchain by accident.

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.

2 participants