Skip to content

Commit

Permalink
Fix CI again (attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 24, 2025
1 parent fac487b commit 7c0c3a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ jobs:
cmake -G Ninja -B build -S . \
-DCMAKE_C_COMPILER=/usr/lib/llvm-18/bin/clang \
-DCMAKE_SYSTEM_NAME=WASI \
-DWASI_SDK_INCLUDE_TESTS=ON
-DWASI_SDK_INCLUDE_TESTS=ON \
-DCMAKE_C_LINKER_DEPFILE_SUPPORTED=OFF
- run: ninja -C build
- run: ctest --output-on-failure --parallel 10 --test-dir build/tests

Expand Down Expand Up @@ -264,7 +265,6 @@ jobs:
cmake -G Ninja -B build -S . \
-DWASI_SDK_INCLUDE_TESTS=ON \
-DWASI_SDK_TEST_HOST_TOOLCHAIN=ON \
-DCMAKE_TOOLCHAIN_FILE=$(ls ./wasi-sdk-*/share/cmake/wasi-sdk.cmake) \
-DCMAKE_C_LINKER_DEPFILE_SUPPORTED=OFF
-DCMAKE_TOOLCHAIN_FILE=$(ls ./wasi-sdk-*/share/cmake/wasi-sdk.cmake)
- run: ninja -C build build-tests
- run: ctest --output-on-failure --parallel 10 --test-dir build/tests

0 comments on commit 7c0c3a5

Please sign in to comment.