File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,8 @@ jobs:
177177 cmake -G Ninja -B build -S . \
178178 -DCMAKE_C_COMPILER=/usr/lib/llvm-18/bin/clang \
179179 -DCMAKE_SYSTEM_NAME=WASI \
180- -DWASI_SDK_INCLUDE_TESTS=ON
180+ -DWASI_SDK_INCLUDE_TESTS=ON \
181+ -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=OFF
181182 - run : ninja -C build
182183 - run : ctest --output-on-failure --parallel 10 --test-dir build/tests
183184
@@ -264,7 +265,6 @@ jobs:
264265 cmake -G Ninja -B build -S . \
265266 -DWASI_SDK_INCLUDE_TESTS=ON \
266267 -DWASI_SDK_TEST_HOST_TOOLCHAIN=ON \
267- -DCMAKE_TOOLCHAIN_FILE=$(ls ./wasi-sdk-*/share/cmake/wasi-sdk.cmake) \
268- -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=OFF
268+ -DCMAKE_TOOLCHAIN_FILE=$(ls ./wasi-sdk-*/share/cmake/wasi-sdk.cmake)
269269 - run : ninja -C build build-tests
270270 - run : ctest --output-on-failure --parallel 10 --test-dir build/tests
You can’t perform that action at this time.
0 commit comments