Skip to content

Commit d6b3bf7

Browse files
authored
Remove unneeded built tools and compile_commands.json build.ninja MacOS ci (#477)
1 parent 3ba02e9 commit d6b3bf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/MacOS.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,10 @@ jobs:
260260
-DLLVM_INCLUDE_TESTS=OFF \
261261
../llvm
262262
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
263267
fi
264268
cd ../
265269
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")

0 commit comments

Comments
 (0)