-
Notifications
You must be signed in to change notification settings - Fork 894
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 a specific commit #1429
Comments
One motivation is to make it easier to test tools when a broken tool is blocking nightly releases |
@nrc how does this work? Is there actually a manifest that is built? |
I assume we build everything necessary for every PR (so this would only work for PR commits, not every commit). If not it should be easy to have the Rust infra make the manifest |
I'm interested in making this happen to ease management of lolbench. I started a conversation over at https://github.com/rust-lang/rust-central-station/issues/82 about getting the manifest info that will make this a straightforward change to rustup. |
|
@nrc is that issue still being considered? I have a use case that requires me to have, e.g. older nightly toolchains installed. |
Closing as duplicate of #977. |
It would be great to be able to install a specific commit of Rust as well as nightly releases. We have artefacts for every build so this should be possible; in fact, @kennytm has a script which does exactly this: https://github.com/kennytm/rustup-toolchain-install-master
The text was updated successfully, but these errors were encountered: