We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57663b commit 45b4ccfCopy full SHA for 45b4ccf
.github/workflows/ci.yml
@@ -237,7 +237,7 @@ jobs:
237
-DLLVM_USE_LINKER=lld \
238
-DLLVM_BUILD_TESTS=OFF \
239
../llvm
240
- cmake --build . --target clang clang-repl --parallel ${{ env.ncpus }}
+ cmake --build . --target clang --parallel ${{ env.ncpus }}
241
cmake --build . --target cling --parallel ${{ env.ncpus }}
242
cmake --build . --target openmp --parallel ${{ env.ncpus }}
243
make clean -j ${{ env.ncpus }}
0 commit comments