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

fix: mips-* reenabled, moka automatically switches to a fallback impl for AtomicU64 #1845

Merged
merged 2 commits into from
Jan 11, 2025

Conversation

tatsuya6502
Copy link
Contributor

@tatsuya6502 tatsuya6502 commented Jan 10, 2025

  • Updated moka to v0.12.10 by running cargo update -p moka.
  • Reenable mips-* builds as [email protected] automatically switches to a fallback implementation for AtomicU64 when necessary. (It uses portable-atomic crate)

https://github.com/moka-rs/moka/blob/main/CHANGELOG.md#version-01210

Tested locally by running the following command and confirming that the build succeeded:

$ cross +nightly build --target mips-unknown-linux-gnu -Z build-std=std,panic_abort,proc_macro

@zonyitoo zonyitoo merged commit c1f5914 into shadowsocks:master Jan 11, 2025
17 checks passed
@tatsuya6502 tatsuya6502 deleted the reenable-mips-builds branch January 11, 2025 03:10
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

Successfully merging this pull request may close these issues.

2 participants