Skip to content

Commit 52d99d6

Browse files
committed
WIP: github: Skip more parts of the build
1 parent b28aba6 commit 52d99d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ jobs:
410410
TAG: bisect
411411
run: |
412412
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
413+
./build-cross-tools.sh /opt/llvm-mingw $(pwd)/install/llvm-mingw ${{matrix.arch}} --disable-lldb --disable-clang-tools-extra
414414
.github/workflows/store-version.sh install/llvm-mingw/versions.txt
415415
cd install
416416
NAME=llvm-mingw-$TAG-${{matrix.crt}}-${{matrix.arch}}

0 commit comments

Comments
 (0)