Skip to content

Commit

Permalink
update wasmedge (#1990)
Browse files Browse the repository at this point in the history
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
  • Loading branch information
turuslan authored Feb 22, 2024
1 parent fadb610 commit 351f5bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ hunter_config(
if ("${WASM_COMPILER}" STREQUAL "WasmEdge")
hunter_config(
WasmEdge
VERSION 0.14.0-alpha.1-qdrvm3
VERSION 0.14.0-alpha.1-qdrvm4
CMAKE_ARGS
WASMEDGE_BUILD_STATIC_LIB=ON
WASMEDGE_BUILD_SHARED_LIB=OFF
Expand Down Expand Up @@ -100,12 +100,6 @@ if (APPLE AND (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang" OR CMAKE_CXX_COMPILER
)
endif ()

hunter_config(
OpenSSL
URL https://github.com/openssl/openssl/archive/OpenSSL_1_1_1w.tar.gz
SHA1 3409260b6a9bf19d10d253c670e5e7b3c7b3a90b
)

hunter_config(
libsecp256k1
URL https://github.com/qdrvm/soramitsu-libsecp256k1/archive/ace3e08075d9cc1ecff1afe1be65c31fc9059c4c.zip
Expand Down
4 changes: 2 additions & 2 deletions cmake/Hunter/hunter-gate-url.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HunterGate(
URL https://github.com/qdrvm/hunter/archive/e0d6955babb71190916c5a2dd2ab5c6d31107b4f.tar.gz
SHA1 f92b9a7cd01eeb2198e9f39faa8d443221c44efc
URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm5.zip
SHA1 ae75fdf1850bd21dead239b8580012b6091be855
LOCAL
)

0 comments on commit 351f5bc

Please sign in to comment.