Skip to content

Support auto-installing toolchain with rustup-toolchain-install-master #1025

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

Merged
merged 1 commit into from
Sep 21, 2021

Conversation

Mark-Simulacrum
Copy link
Member

No description provided.

@Mark-Simulacrum Mark-Simulacrum merged commit 85ded9b into rust-lang:master Sep 21, 2021
@Mark-Simulacrum Mark-Simulacrum deleted the autocollect branch September 21, 2021 18:18
// No such toolchain exists, so let's try to install it with
// rustup-toolchain-install-master.

if !Command::new("rustup-toolchain-install-master")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A common failure mode here would like be not having rustup-toolchain-install-master installed. Should we specifically handle that case?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we actually have sysroot building code built-in already and we should use that, I had forgotten about it when writing this.

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