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.
2 parents a56ed87 + 2c42ebd commit 749775bCopy full SHA for 749775b
.github/workflows/Ubuntu.yml
@@ -233,7 +233,7 @@ jobs:
233
-DLLVM_ENABLE_LIBXML2=OFF \
234
-G Ninja \
235
../llvm
236
- ninja clang clang-repl -j ${{ env.ncpus }}
+ ninja clang clangInterpreter clangStaticAnalyzerCore -j ${{ env.ncpus }}
237
fi
238
cd ../
239
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
0 commit comments