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 3ba02e9 commit d6b3bf7Copy full SHA for d6b3bf7
.github/workflows/MacOS.yml
@@ -260,6 +260,10 @@ jobs:
260
-DLLVM_INCLUDE_TESTS=OFF \
261
../llvm
262
ninja clang clangInterpreter clangStaticAnalyzerCore -j ${{ env.ncpus }}
263
+ cd ./tools/
264
+ rm -rf $(find . -maxdepth 1 ! -name "clang" ! -name ".")
265
+ cd ..
266
+ rm compile_commands.json build.ninja
267
fi
268
cd ../
269
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
0 commit comments