JuliaLang / juliaup

Julia installer and version multiplexer
MIT License
1k stars 85 forks source link

No powerpc64le installer #304

Open staticfloat opened 2 years ago

staticfloat commented 2 years ago

When trying to install on a powerpc64le machine, I get the following error:

$ curl -fsSL https://install.julialang.org | sh

info: downloading installer
curl: (22) The requested URL returned error: 404 
juliaup: command failed: downloader https://julialang-s3.julialang.org/juliaup/bin/juliainstaller-1.6.3-powerpc64le-unknown-linux-gnu /tmp/tmp.IGK6Ry9DvS/juliainstaller powerpc64le-unknown-linux-gnu

Looks like the powerpc64le installer isn't built/deployed to the S3 bucket?

Borketh commented 2 years ago

Looks like it doesn't exist at all yet for powerpc unfortunately https://julialang.org/downloads/

staticfloat commented 2 years ago

Heh, we actually do have some powerpc releases available, but not for the latest release. :). You can check the versions.json file for the gory details, which is what juliaup parses.

Borketh commented 2 years ago

Oh I see, there are Julia powerpc versions, but I don't know about juliaup. Edit: yeah, look in the releases here on github, there's nothing for powerpc.