Closed
Description
x86_64-unknown-linux-musl should be added to CI. It is included in the posborne/rust-cross:x86
docker image. Discovered this while working on some fixup for the CI stuff. May be a libc issue.
=======================================================
TESTING VERSION: 1.7.0, TARGET: x86_64-unknown-linux-musl
=======================================================
/source/src/ucontext.rs:7:14: 7:30 error: use of undeclared type name `libc::ucontext_t` [E0412]
/source/src/ucontext.rs:7 context: libc::ucontext_t,
^~~~~~~~~~~~~~~~
/source/src/ucontext.rs:7:14: 7:30 help: run `rustc --explain E0412` to see a detailed explanation