Skip to content

Commit

Permalink
Removed old sgx edl build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney committed Oct 24, 2022
1 parent 9170c46 commit cc4dfef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions cosmwasm/enclaves/execute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ rev = "95b5e79dc24b02f3ce424437eb9698509d0baf58"
default-features = false
features = ["dangerous_configuration", "mesalock_sgx"]

[dev-dependencies]
sgx_edl = { rev = "d2d339cbb005f676bb700059bd51dc689c025f6b", git = "https://github.com/apache/teaclave-sgx-sdk.git" }

[patch.'https://github.com/apache/teaclave-sgx-sdk.git']
sgx_align_struct_attribute = { path = "../../../third_party/incubator-teaclave-sgx-sdk/sgx_align_struct_attribute" }
sgx_alloc = { path = "../../../third_party/incubator-teaclave-sgx-sdk/sgx_alloc" }
Expand Down
3 changes: 0 additions & 3 deletions cosmwasm/enclaves/query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,4 @@ log = "0.4.17"
simple_logger = { version = "2.3.0", default-features = false, features = ["stderr"] }
ctor = "0.1.13"

[dev-dependencies]
sgx_edl = { rev = "d2d339cbb005f676bb700059bd51dc689c025f6b", git = "https://github.com/apache/teaclave-sgx-sdk.git" }

lazy_static = "1.4"

0 comments on commit cc4dfef

Please sign in to comment.