-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
MIPS cross compilation works for GitHub Workflow but not locally...? #1144
Comments
If you compile it with
Ah, well, MIPS target shouldn't deps on shadowsocks-rust/crates/shadowsocks/Cargo.toml Lines 78 to 82 in f66320b
Which version of |
Yeah I was also suspecting it's a rust version issue... |
Try to run |
It might be related to my Debian 12 Bookworm environment. I tried again on another Debian 11 machine and everything works fine. |
I got the following error using the instructions in
.github/workflowsbuild-release.yml
:which seems to be a common one (see briansmith/ring#562). However it seems the GitHub workflow is perfectly fine with compiling it... What am I missing?
The text was updated successfully, but these errors were encountered: