File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8383 # Skip dynamic library dependencies that might make it harder to
8484 # run the binaries on other distros (and that have little use within
8585 # llvm-mingw).
86- LLVM_CMAKEFLAGS="-DLLVM_ENABLE_LIBXML2=OFF -DLLVM_ENABLE_TERMINFO=OFF - DLLDB_ENABLE_PYTHON=OFF" ./build-all.sh $(pwd)/install/llvm-mingw
86+ LLVM_CMAKEFLAGS="-DLLVM_ENABLE_LIBXML2=OFF -DLLDB_ENABLE_PYTHON=OFF" ./build-all.sh $(pwd)/install/llvm-mingw
8787 .github/workflows/store-version.sh install/llvm-mingw/versions.txt
8888 ./test-libcxx-module.sh $(pwd)/install/llvm-mingw
8989 RUN_I686=false RUN_X86_64=false ./run-tests.sh $(pwd)/install/llvm-mingw
@@ -173,7 +173,7 @@ jobs:
173173 # Skip dynamic library dependencies that might make it harder to
174174 # run the binaries on other distros (and that have little use within
175175 # llvm-mingw).
176- LLVM_CMAKEFLAGS="-DLLVM_ENABLE_LIBXML2=OFF -DLLVM_ENABLE_TERMINFO=OFF " ./build-all.sh $(pwd)/install/llvm-mingw --disable-clang-tools-extra --disable-lldb --enable-asserts
176+ LLVM_CMAKEFLAGS="-DLLVM_ENABLE_LIBXML2=OFF" ./build-all.sh $(pwd)/install/llvm-mingw --disable-clang-tools-extra --disable-lldb --enable-asserts
177177 .github/workflows/store-version.sh install/llvm-mingw/versions.txt
178178 RUN_I686=false RUN_X86_64=false ./run-tests.sh $(pwd)/install/llvm-mingw
179179 cd install
You can’t perform that action at this time.
0 commit comments