Skip to content

Commit e842fa4

Browse files
committed
Disable wasi CI as it currently fails with weird error
1 parent 0c4aec4 commit e842fa4

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/cmake.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
# TODO: replace macos-26 with macos-latest, once it becomes the latest
23-
os: [ubuntu-latest, macos-26, windows-latest]
22+
os: [ubuntu-latest, macos-latest, windows-latest]
2423

2524
steps:
2625
- uses: actions/checkout@v3
@@ -63,10 +62,12 @@ jobs:
6362
configurePreset: "emscripten"
6463
buildPreset: "emscripten-release"
6564

66-
- name: Build wasi plugin template.
67-
uses: lukka/run-cmake@v10
68-
if: startsWith(matrix.os, 'macOS')
69-
id: runcmake-wasi
70-
with:
71-
configurePreset: "wasi"
72-
buildPreset: "wasi-release"
65+
# TODO: enable it, unfortunately it currently fails (only on github, not my on OS) with:
66+
# clang: error: unable to execute command: posix_spawn failed: No such file or directory
67+
# - name: Build wasi plugin template.
68+
# uses: lukka/run-cmake@v10
69+
# if: startsWith(matrix.os, 'macOS')
70+
# id: runcmake-wasi
71+
# with:
72+
# configurePreset: "wasi"
73+
# buildPreset: "wasi-release"

0 commit comments

Comments
 (0)