-
Notifications
You must be signed in to change notification settings - Fork 199
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
linux_android_with_fallback never uses getrandom on musl #600
Comments
cant find libc for android https://github.com/Watfaq/clash-rs/actions/runs/13223451985/job/36911315657?pr=686#step:10:898 any chance these are related? |
@ibigbug you seem to be using 0.3.0 which doesn't build on android. See #588. @newpavlov please consider yanking 0.3.0. |
@tamird yanking a crate because it doesn't build on one platform creates more issues than it solves; see when to yank. In most cases new users will automatically use the latest patch version anyway (though apparently not this time). |
This regressed in #508.
dlsym
can't look up a statically linked symbol, and the result is always falling back to /dev/urandom.The text was updated successfully, but these errors were encountered: