Skip to content

Commit 36af151

Browse files
authored
Update emscripten.yml
1 parent c4dcbe5 commit 36af151

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/emscripten.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,6 @@ jobs:
302302
-DLLVM_INCLUDE_EXAMPLES=OFF \
303303
-DLLVM_INCLUDE_TESTS=OFF \
304304
-DLLVM_ENABLE_THREADS=OFF \
305-
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
306-
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true \
307305
../llvm
308306
emmake make clang -j ${{ env.ncpus }}
309307
emmake make cling -j ${{ env.ncpus }}
@@ -333,8 +331,6 @@ jobs:
333331
-DLLVM_INCLUDE_EXAMPLES=OFF \
334332
-DLLVM_INCLUDE_TESTS=OFF \
335333
-DLLVM_ENABLE_THREADS=OFF \
336-
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
337-
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true \
338334
../llvm
339335
emmake make clang -j ${{ env.ncpus }}
340336
emmake make clang-repl -j ${{ env.ncpus }}

0 commit comments

Comments
 (0)