Re: [apache/incubator-teaclave] Cargo build error for Rust SDK (#465)

2021-01-21 Thread Mingshen Sun
Closed #465 via #467. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/465#event-4236312457

Re: [apache/incubator-teaclave] Cargo build error for Rust SDK (#465)

2021-01-21 Thread Mingshen Sun
Thanks for reporting this. No, this is not caused by the needs of new crates. This is because all of our dependencies for the frameworks, SDKs, cli, etc. are vendored for offline building. However, this is managed by the build system (i.e., cmake). If you want to compile a crate directly in

Re: [apache/incubator-teaclave] Cargo build error for Rust SDK (#465)

2021-01-20 Thread Mengyuan-L
The problem can be solved by commenting cargo build option "--offline" in /services/proto/build.rs. I guess there are some new packets needed by building the sdk. Maybe a update is needed here. Thanks -- You are receiving this because you are subscribed to this thread. Reply to this email