We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28aba6 commit 52d99d6Copy full SHA for 52d99d6
.github/workflows/build.yml
@@ -410,7 +410,7 @@ jobs:
410
TAG: bisect
411
run: |
412
sudo apt-get update && sudo apt-get install libltdl-dev swig autoconf-archive
413
- ./build-cross-tools.sh /opt/llvm-mingw $(pwd)/install/llvm-mingw ${{matrix.arch}} --with-python
+ ./build-cross-tools.sh /opt/llvm-mingw $(pwd)/install/llvm-mingw ${{matrix.arch}} --disable-lldb --disable-clang-tools-extra
414
.github/workflows/store-version.sh install/llvm-mingw/versions.txt
415
cd install
416
NAME=llvm-mingw-$TAG-${{matrix.crt}}-${{matrix.arch}}
0 commit comments