Kailai-Wang commented on issue #456: URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/456#issuecomment-2094499745
I'm trying to apply newer intel-sdk version to v2.0.0 branch and this problem seems to occur again with intel-sdk-2.21, I'm referring to this [dexlabs' version](https://gitlab.com/Kailai/incubator-teaclave-sgx-sdk/-/commit/1b80455857b16fef02348a5b6db01f2888a49fd5) on `v2.0.0-sgx-emm` branch It seems I'll get `Unexpected` error with or without this fix. To reproduce this, simply change the TOML dep to: ``` sgx_crypto = { git = "https://gitlab.com/dexlabs/incubator-teaclave-sgx-sdk", rev = "1b80455857b16fef02348a5b6db01f2888a49fd5", default-features = false, features = ["ucrypto"] } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For additional commands, e-mail: notifications-h...@teaclave.apache.org