We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SO_INCOMING_CPU
libc
docker run --rm --privileged=true -v /d/rust/ddnsv6-rust/src:/home/rust/src messense/rust-musl-cross:mipsel-musl cargo build --release
The text was updated successfully, but these errors were encountered:
I think it's fixed in libc 0.2.93, see rust-lang/libc#2135 , please check that the libc version in your Cargo.lock is new enough?
Cargo.lock
Sorry, something went wrong.
https://github.com/dosgo/ddnsv6-rust/blob/0f08595e612796c2c8c9124d9b94ba65a28f1bdb/Cargo.lock#L888 it's 0.2.89, you need to run cargo update -p libc to update it.
0.2.89
cargo update -p libc
OK, thank you very much.
No branches or pull requests
docker run --rm --privileged=true -v /d/rust/ddnsv6-rust/src:/home/rust/src messense/rust-musl-cross:mipsel-musl cargo build --release
The text was updated successfully, but these errors were encountered: