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 cad6feb commit c781d0eCopy full SHA for c781d0e
.github/workflows/Ubuntu.yml
@@ -309,6 +309,10 @@ jobs:
309
-DLLVM_INCLUDE_TESTS=OFF \
310
../llvm
311
ninja clang clangInterpreter clangStaticAnalyzerCore -j ${{ env.ncpus }}
312
+ cd ./tools/
313
+ rm -rf $(find . -maxdepth 1 ! -name "clang" ! -name ".")
314
+ cd ..
315
+ rm compile_commands.json build.ninja
316
fi
317
cd ../
318
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
0 commit comments