когда собираю приложение в контейнере то начинается скачка следующего...
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'llvm-tools'
info: downloading component 'rust-docs'
info: downloading component 'rust-src'
info: downloading component 'rust-std' for 'thumbv6m-none-eabi'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
Разве оно не должно в контйнере поставиться? Или все эти компоненты еще от чего-то зависят? Может быть от rust-toolchain.toml? там прописано
[toolchain]
channel = "nightly-2023-10-02"
components = ["rust-src", "rustfmt", "llvm-tools"]
targets = ["thumbv6m-none-eabi"]
От тулчейна да, в образе стейбл только.
я из этого докерфайла собрал - https://github.com/rust-lang/docker-rust-nightly/blob/master/alpine/Dockerfile
https://hub.docker.com/layers/rustlang/rust/nightly/images/sha256-01df05191520ce8d1ace2c620d31c231df88703a22e6eb166561a6f7a23bd634?context=explore Я вот этот когда-то брал
Обсуждают сегодня