Until two weeks ago, curl https://sh.rustup.rs -sSf | sh -s -- -y; fi worked on an arm CI, but now fails:
info: `RUSTUP_VERSION` has been set to `stable`
info: downloading installer
warn: curl: (22) The requested URL returned error: 404
error: command failed: downloader https://static.rust-lang.org/rustup/archive/stable/aarch64-unknown-linux-gnu/rustup-init /tmp/tmp.HxXO1WGhPN/rustup-init aarch64-unknown-linux-gnu
Exited with code exit status 1
Is it possible that it actually broke May 5th? That is when a new rustup version got released: Announcing rustup 1.28.2 | Rust Blog I guess the stable directory got deleted in the process.
Maybe with the docker executor rustup-init doesn't get executed with RUSTUP_VERSION for whatever reason? Just guessing.