You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
When the rustup call is made, --no-self-update is not passed: as a result rustup does a self update, but this is useless as rustup will typically not be used again during the CI run.
When rustup update is needed, it will need to be done before installing rust - #170 .
So I suggest passing --no-self-update for any run installing rust components, and removing it if and only if calling rustup self update explicitly.
The text was updated successfully, but these errors were encountered:
When the rustup call is made,
--no-self-update
is not passed: as a result rustup does a self update, but this is useless as rustup will typically not be used again during the CI run.When rustup update is needed, it will need to be done before installing rust - #170 .
So I suggest passing
--no-self-update
for any run installing rust components, and removing it if and only if callingrustup self update
explicitly.The text was updated successfully, but these errors were encountered: