From f0de2fe1dfdae7d602149d5ba83342d97bf150d8 Mon Sep 17 00:00:00 2001 From: Boris Erakhtin Date: Fri, 10 Jan 2025 21:19:52 +0500 Subject: [PATCH] Commit is replaced by tag for WasmEdge depednency --- CMakeLists.txt | 2 +- cmake/Hunter/config.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 003675667f..396fa724f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ set(CMAKE_TOOLCHAIN_FILE # SHA1 hash of the WasmEdge repository archive. # Required to separate cached runtimes # compiled with different WasmEdge versions. -set(WASMEDGE_ID e33edd2222e1d25f6104167d0ad8082f2592ce11) +set(WASMEDGE_ID 8a216f313f7fe5c856d6b676d9a314cee7258e25) include("cmake/Hunter/init.cmake") diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake index 8ff440bb56..95d349ba0c 100644 --- a/cmake/Hunter/config.cmake +++ b/cmake/Hunter/config.cmake @@ -57,7 +57,7 @@ if ("${WASM_COMPILER}" STREQUAL "WasmEdge") hunter_config( WasmEdge - URL https://github.com/qdrvm/WasmEdge/archive/e7e055fda5039eefa15e4cd3cdfd73e2be99677d.zip + URL https://github.com/qdrvm/WasmEdge/archive/refs/tags/0.14.1-rc.zip SHA1 ${WASMEDGE_ID} CMAKE_ARGS WASMEDGE_BUILD_STATIC_LIB=ON