-
Notifications
You must be signed in to change notification settings - Fork 212
install nightly before checking what version it is #518
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
Conversation
|
Ah that's the issue, main calls |
Ok I fixed that instead, @pietroalbini could you review again? |
So, I think having the Still, that doesn't mean the |
using update-toolchain instead of add-essential files installs the toolchain first if it doesn't exist. This still keeps the `add-essential-files` command in case someone needs to update the essential files without updating the toolchain version.
I made the changes you suggested, but it got me thinking - do we need the toolchain to be installed just for the web server? It looks like the server only needs access to the database, not to |
This looks great! Thanks!
Yeah, because we need to have the essential files to render the pages, as every page includes rustdoc's CSS. |
This was reverted due to #521. |
fixes crashes on the first run
r? @pietroalbini