rami3l
rami3l
> I just tried locally on an M1 Mac and it works properly. The issue seems to be isolated to Linux aarch64 hosts. ~~I meant to say that `docker machine`...
@djc No, I don't believe so, I'm afraid a custom build is required: https://github.com/rust-lang/rustup/blob/b4b9a2e7ad260ee2158858632f297e1d2f0aaf26/ci/run.bash#L11-L26
> @djc Was there any change recently in the dev version? I can't seem to be able to reproduce even re-running builds that were clearly failing 100% of the time....
> Closing due to staleness. I may come back to it some other day if it isn't tackled by someone else. @kirawi Thanks! Just to clarify, this is still on...
@tamasfe Looks like the publishing workflow of 4ba6c53 has failed? (https://github.com/tamasfe/taplo/commit/4ba6c5325670db2ba4b3a7aa9619e84077317aca#commitcomment-144072575)
> I've published an update under my name, it might be still a bit bugged: https://marketplace.visualstudio.com/items?itemName=panekj.even-betterer-toml @panekj Thanks a lot for making this! Before @tamasfe responds, would you mind bumping...
@lolbinarycat Thanks for filing this issue! However, I am not quite sure whether you referring to the `rustup-init.sh` part or the Rust part of the software... If it's the latter...
@kyanha What you reported is rather #4132, I believe.
@lolbinarycat This is very interesting. We already have download resuming: https://github.com/rust-lang/rustup/blob/ae210ce38e667ee542813465934ec42d7b7b692e/download/src/lib.rs#L239-L240 ... we even have an issue specifically about this feature: - https://github.com/rust-lang/rustup/issues/1166
@lolbinarycat I do think there's a possibility that we need to fix our business logic WRT cache invalidation (https://github.com/rust-lang/rustup/issues/4132#issuecomment-2567199378)... I'll find some time to investigate into this.