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 b117318 commit fda28ecCopy full SHA for fda28ec
.github/workflows/build.yml
@@ -184,7 +184,7 @@ jobs:
184
- name: Build
185
run: |
186
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
+ ./build-all.sh $(pwd)/install/llvm-mingw --no-runtimes --host=riscv64-linux-gnu --disable-lldb --disable-clang-tools-extra
188
.github/workflows/store-version.sh install/llvm-mingw/versions.txt
189
- name: Assemble the cross-built toolchain
190
0 commit comments