fortanix / rust-sgx

The Fortanix Rust Enclave Development Platform
https://edp.fortanix.com
Mozilla Public License 2.0
433 stars 98 forks source link

Support building `fortanix-sgx-tools` on the `x86_64-unknown-linux-musl` target #518

Open raoulstrackx opened 1 year ago

raoulstrackx commented 1 year ago

CI builds fortanix-sgx-tools for the x86_64-unknown-linux-musl target, but links it with glibc version of openssl. That doesn't produce a working executable. We can support this platform properly by selecting the right features of the openssl crate. We need to transition to dependency resolution 2 if we want to avoid affecting other platforms.