info: caused by: https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256: timed out $ RUSTUP_USE_CURL=1 ~/.cargo/bin/rustup install stable info: syncing channel updates for 'stable-arm-unknown-linux-gnueabihf' info: latest update on 2019-05-23, rust version 1.35.0 (3c235d...
Run rustup install --profile minimal stable && rustup default stable && rustup target add x86_64-pc-windows-gnu info: syncing channel updates for 'stable-x86_64-pc-windows-msvc' stable-x86_64-pc-windows-msvc unchanged - rustc 1.76.0 (07dca489a 2024-02-04) info: checking for self-up...
We've invested time in the flow when you reinstall rustup atop an existing installation. We've doubled down on discouraging the use of the internal-development-focussed complete profile. Please use default or minimal unless you're trying to test/develop the Rust tooling itself. We've made a...
Further down the line, more "Rustup mode" operations could be made to acquire read locks by default instead, and these locks might better be managed on a per-toolchain basis. I'm actively trying to unblock this issue, although I'm not sure about the correctness of this reasoning... I'...