Skip to content

'none' tag for project with 'rust-toolchain' file #55

@DCjanus

Description

@DCjanus

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions