panamax-rs / panamax

Mirror rustup and crates.io repositories, for offline Rust and cargo usage.
Apache License 2.0
443 stars 46 forks source link

Platforms for rustup failing to download, mipsel-unknown-linux-musl #60

Closed aterribleloss closed 2 years ago

aterribleloss commented 2 years ago

Despite not specifying platforms_unix or platforms_windows, which according to the documentation it should download all the rustup versions. rustup for the architecture mipsel-unknown-linux-musl is failing to download any of the rustup distribution files.

k3d3 commented 2 years ago

I've made changes to Panamax v1.0.5 in order to address this, allowing platforms not listed in the hardcoded default list. Let me know if it works for you now.