Skip to content

Commit c781d0e

Browse files
authored
Remove unneed built tools and compile_commands.json build.ninja Ubuntu ci (#476)
1 parent cad6feb commit c781d0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@ jobs:
309309
-DLLVM_INCLUDE_TESTS=OFF \
310310
../llvm
311311
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
312316
fi
313317
cd ../
314318
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")

0 commit comments

Comments
 (0)