Skip to content

Commit fda28ec

Browse files
committed
WIP: github: Skip LLDB and clang-tools-extra in the linux cross build
1 parent b117318 commit fda28ec

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
@@ -184,7 +184,7 @@ jobs:
184184
- name: Build
185185
run: |
186186
sudo apt-get update && sudo apt-get install g++-riscv64-linux-gnu
187-
./build-all.sh $(pwd)/install/llvm-mingw --no-runtimes --host=riscv64-linux-gnu
187+
./build-all.sh $(pwd)/install/llvm-mingw --no-runtimes --host=riscv64-linux-gnu --disable-lldb --disable-clang-tools-extra
188188
.github/workflows/store-version.sh install/llvm-mingw/versions.txt
189189
- name: Assemble the cross-built toolchain
190190
run: |

0 commit comments

Comments
 (0)