Skip to content

Commit 5a01ee6

Browse files
committed
revert setting rpath by cmake
upgrade wasi sdk
1 parent a4e961f commit 5a01ee6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ jobs:
360360

361361
linux-wasm-build:
362362
environment:
363-
WASI_SDK_VERSION: 20
363+
WASI_SDK_VERSION: 22
364364
machine:
365365
image: ubuntu-2204:2023.04.2
366366
steps:

cmake/toolchain/wasi.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
set(CMAKE_C_COMPILER /opt/wasi-sdk/bin/clang)
1818
set(CMAKE_CXX_COMPILER /opt/wasi-sdk/bin/clang++)
1919

20-
set(CMAKE_INSTALL_RPATH "")
21-
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH False)
2220
set(CMAKE_EXE_LINKER_FLAGS "-Xlinker -v -v")
2321

2422
add_compile_definitions(CATCH_CONFIG_NO_POSIX_SIGNALS JSON_HAS_FILESYSTEM=0)

0 commit comments

Comments
 (0)