Closed
Description
The target was added in rust-lang/rust#125023 and is available in the latest Nightly builds. Use cargo +nightly build --target=x86_64-unknown-linux-none -Zbuild-std
.
The libc
crate does NOT support this target, so libc::syscall
and libc::getrandom
cannot be used on this target.
I am planning to support this target in ring soon.
Metadata
Metadata
Assignees
Labels
No labels