Closed dosgo closed 3 years ago
I think it's fixed in libc 0.2.93, see https://github.com/rust-lang/libc/pull/2135 , please check that the libc version in your Cargo.lock
is new enough?
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.
OK, thank you very much.
docker run --rm --privileged=true -v /d/rust/ddnsv6-rust/src:/home/rust/src messense/rust-musl-cross:mipsel-musl cargo build --release