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

Add support for mips(el) with ring 0.17.0 #364

Open
lancethepants opened this issue Oct 4, 2023 · 0 comments
Open

Add support for mips(el) with ring 0.17.0 #364

lancethepants opened this issue Oct 4, 2023 · 0 comments

Comments

@lancethepants
Copy link

Previously ring seemed to be the show stopper when compiling boringtun for mipsel targets. Now when I update ring in boringtun to new version 0.17.0, ring and all other boringtun dependencies compile without issue. When it gets to compiling boringtun very last I get.

error[E0432]: unresolved import `std::sync::atomic::AtomicU64`
 --> boringtun/src/noise/rate_limiter.rs:8:25
  |
8 | use std::sync::atomic::{AtomicU64, Ordering};
  |                         ^^^^^^^^^
  |                         |
  |                         no `AtomicU64` in `sync::atomic`
  |                         help: a similar name exists in the module: `AtomicU8`

Seems like boringtun lacks support for platforms with 32bit pointers. We're so close now, would love see support added for 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

1 participant