File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 96
96
compiler : ${{matrix.compiler}}
97
97
platform : ${{matrix.platform}}
98
98
config : ${{matrix.config}}
99
- build-llvm : true
99
+ build-llvm : ${{ matrix.platform != 'wasm' }}
100
100
- name : Build Slang
101
101
run : |
102
102
if [[ "${{ matrix.platform }}" = "wasm" ]]; then
@@ -109,7 +109,7 @@ jobs:
109
109
cmake --workflow --preset generators --fresh
110
110
mkdir generators
111
111
cmake --install build --prefix generators --component generators
112
- emcmake cmake -DSLANG_GENERATORS_PATH=generators/bin --preset emscripten -G "Ninja"
112
+ emcmake cmake -DSLANG_GENERATORS_PATH=generators/bin --preset emscripten -G "Ninja" -DSLANG_SLANG_LLVM_FLAVOR=DISABLE
113
113
cmake --build --preset emscripten --target slang
114
114
[ -f "build.em/Release/lib/libslang.a" ]
115
115
[ -f "build.em/Release/lib/libcompiler-core.a" ]
You can’t perform that action at this time.
0 commit comments