-
Notifications
You must be signed in to change notification settings - Fork 93
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
Slow, unnecessary version check updates on unrelated command #1170
Comments
Moments later, I tried to add version 1.7 and all these same channels were re-checked. This is impactful in the case of bisecting based on Julia version. |
This is annoying because I get an error when the nightly check happens now which means I cannot add a new normal julia version at all. |
Would be fine if the update checks were done in the background or not at all. |
We should keep checking for a versions db update (and if there is one download it) to make sure the |
When installing channel 1.8, I don't want to check for updates to other channels. Especially not if that slows down the instillation of the channel I'm asking for.
In this case, the "Checking for new version" steps took longer than the "Installing" step.
The text was updated successfully, but these errors were encountered: