-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
No new nightly for 2019-09-17 #64540
Comments
Logs are missing on the server, let me start a manual release... |
|
Well that is odd. You wouldn't know what commit is is using? ( |
Is there a way for me to download the "dist" artifacts for better testing? Right now I am manually grabbing a bunch of files from https://s3-us-west-1.amazonaws.com/rust-lang-ci2 (and we only get dir listing for alt builds there it seems so I am using those). That's not very convenient at all. |
Apparently not all commits are pushed to toolstate (toolstate commits vs rustc merges), for example the latest one (5670d04) is missing in toolstate as there was nothing to commit.
|
Reverting the cause in the meantime -- #64543. |
Alternatively we could land #64542 which will just skip of the toolstate is not found.
That installs a toolchain based on these artifacts, but I don't think it gives me access to the tarballs. FTR, for now I did
So we are only committing when the toolstate changed? Ouch. That kills my entire approach :( |
It should print the URLs it's downloading though, and you can use |
Seems like no nightly was released today. That might be related to #64451? Unfortunately I don't think I have access to the logs.
Cc @pietroalbini @rust-lang/infra
The text was updated successfully, but these errors were encountered: