Closed
Description
I believe the latest rustup
version should support illumos systems, as my patch for that was integrated into the main branch a little while ago now. Unfortunately it doesn't seem like the rustup-init
binary has made it to the right place:
$ uname -so
SunOS illumos
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash
info: downloading installer
curl: (22) The requested URL returned error: 404
rustup: command failed: downloader https://static.rust-lang.org/rustup/dist/x86_64-unknown-illumos/rustup-init /tmp/tmp.8JaGWv/rustup-init x86_64-unknown-illumos
It seems like I must have missed something in my change for that. Is there some way we can get the binary built? Is there a build error log I should be looking at?
Cheers.