This is an automated email from the ASF dual-hosted git repository.
dingyu pushed a commit to branch fix-ci
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git
The following commit(s) were added to refs/heads/fix-ci by this push:
new 9711b38 fix: wasmi sample
9711b38 is described below
commit 9711b38b9d2fa3cfa298b06cf9727a433d7a7807
Author: Yu Ding <[email protected]>
AuthorDate: Thu Dec 23 11:56:53 2021 -0800
fix: wasmi sample
---
samplecode/wasmi/app/Cargo.toml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/samplecode/wasmi/app/Cargo.toml b/samplecode/wasmi/app/Cargo.toml
index f85bca0..5a1cfbc 100644
--- a/samplecode/wasmi/app/Cargo.toml
+++ b/samplecode/wasmi/app/Cargo.toml
@@ -13,6 +13,9 @@ serde_json = {version = "1.0"}
serde_derive = {version = "1.0"}
nan-preserving-float = "0.1.0"
+[build-dependencies]
+cmake = "=0.1.42"
+
[patch.'https://github.com/apache/teaclave-sgx-sdk.git']
sgx_types = { path = "../../../sgx_types" }
sgx_urts = { path = "../../../sgx_urts" }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]