It seems you have rebased because with our current Cargo.lock it won't build anymore on a new clone because the commit can't be found. After doing `cargo update` (observing that you have re-tagged sgx_1.1.3) I now get: the following error: ``` Compiling sgx_trts v1.1.3 (https://github.com/apache/teaclave-sgx-sdk.git?rev=v1.1.3#a6a172e6) The following warnings were emitted during compilation: warning: ./libbacktrace/mmap.c:46:10: fatal error: 'sgx_trts.h' file not found warning: #include "sgx_trts.h" warning: ^~~~~~~~~~~~ warning: 1 error generated. error: failed to run custom build command for `sgx_backtrace_sys v1.1.3 (https://github.com/apache/teaclave-sgx-sdk.git?rev=v1.1.3#a6a172e6)`
``` -- 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-sgx-sdk/issues/294#issuecomment-736087963
