Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.17.2版本缺少mipsel设备和mips设备的bin #1426

Closed
qwerttvv opened this issue Feb 4, 2024 · 3 comments
Closed

v1.17.2版本缺少mipsel设备和mips设备的bin #1426

qwerttvv opened this issue Feb 4, 2024 · 3 comments

Comments

@qwerttvv
Copy link

qwerttvv commented Feb 4, 2024

https://github.com/shadowsocks/shadowsocks-rust/actions/runs/7743098498/job/21113729380#step:3:31

@zonyitoo
Copy link
Collaborator

zonyitoo commented Feb 5, 2024

error: component 'rust-std' for target 'mipsel-unknown-linux-musl' is unavailable for download for channel 'stable'

rust-lang/compiler-team#648

So we may need to use a fixed version of rustc to make releases.

@zonyitoo
Copy link
Collaborator

zonyitoo commented Feb 5, 2024

https://rust-lang.github.io/rustup-components-history/mips-unknown-linux-gnu.html

It looks like that mips-unknown-linux-musl and mipsel-unknown-linux-musl are completely unavailable in the recently rustc builds.

You could make your own build environment and use a fixed compiler version which still supports mips-* targets. I think these mips-* will be removed from default build since they are not stably supported by the Rust Compiler Team.

@zonyitoo zonyitoo closed this as completed Feb 5, 2024
zonyitoo added a commit that referenced this issue Feb 5, 2024
@peterwillcn
Copy link
Contributor

You can find the compiled version of mips here.
https://github.com/sbwml/shadowsocks-rust-mips

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@peterwillcn @zonyitoo @qwerttvv and others