apache / incubator-teaclave-sgx-sdk

Apache Teaclave (incubating) SGX SDK helps developers to write Intel SGX applications in the Rust programming language, and also known as Rust SGX SDK.
https://teaclave.apache.org
Apache License 2.0
1.17k stars 259 forks source link

Xargo build failing #143

Closed dingelish closed 5 years ago

dingelish commented 5 years ago

Hi everyone,

xargo build is failing now. The root cause is a recent change of libc. I've submitted a PR to solve this.

https://github.com/rust-lang/libc/pull/1431

dingelish commented 5 years ago

Fixed by patching Xaro.goml

+
+[patch.crates-io]
+libc = { git = "https://github.com/mesalock-linux/libc-sgx" }