rami3l

Results 461 comments of rami3l

I guess @jiangying000's https://github.com/rust-lang/rustup/issues/2095#issuecomment-1739843869 has pretty much summed it up. As such, I'm closing this issue for now. Apart from setting the proxy, you might as well try the [TUNA...

@safinaskar Thanks for your report! However, this is not a bug but a feature. The `2023-06-05` that you see in `rustc --version` is the date of the commit `e6d4725c7`. At...

@safinaskar If you need calendar calculations for CI workflows for example, you can use the `date` command. [This post](https://www.cyberciti.biz/faq/how-to-add-days-to-date-and-get-new-date-on-linux/) should include exactly what you need. However, inspecting the output of...

This is a duplicate of https://github.com/rust-lang/rustup/issues/1637 and https://github.com/rust-lang/rust/issues/51533, but I'd like to keep it open for tracking purposes. Possibly related to #977.

@dzamlo Thanks for filing this issue! I believe this is already implemented, for instance when I intentionally interrupt my upgrade process, you can see that it is picking up the...

> Cargo also failed to cross-compile to loongarch64 musl due to this. > > [rust-lang/rust#145478 (comment)](https://github.com/rust-lang/rust/pull/145478#issuecomment-3193494156) [Same thing for rustup](https://github.com/rust-lang/rustup/actions/runs/17599591840/job/49999028612), unfortunately :( I do understand that a fix is at...