We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c098a7e commit fac487bCopy full SHA for fac487b
.github/workflows/main.yml
@@ -264,6 +264,7 @@ jobs:
264
cmake -G Ninja -B build -S . \
265
-DWASI_SDK_INCLUDE_TESTS=ON \
266
-DWASI_SDK_TEST_HOST_TOOLCHAIN=ON \
267
- -DCMAKE_TOOLCHAIN_FILE=$(ls ./wasi-sdk-*/share/cmake/wasi-sdk.cmake)
+ -DCMAKE_TOOLCHAIN_FILE=$(ls ./wasi-sdk-*/share/cmake/wasi-sdk.cmake) \
268
+ -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=OFF
269
- run: ninja -C build build-tests
270
- run: ctest --output-on-failure --parallel 10 --test-dir build/tests
0 commit comments