-
-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
There are some project put rust-toolchain
file in root directory, for example: nightly-2019-05-22
.
With those project, no matter which tag I choose, I have to info: syncing channel updates for 'nightly-2019-05-22-x86_64-unknown-linux-gnu'
when I build the docker image, even I chosed clux/muslrust:nightly-2019-05-22
(because this image installed nightly channel
toolchain rather than nightly-2019-05-22
).
If I have to download toolchain, maybe image without pre-installed toolchain is better?
The way to install rustup without pre-installed toolchain is:
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none
Metadata
Metadata
Assignees
Labels
No labels