Skip to content

Commit

Permalink
Remove unneed built tools and compile_commands.json build.ninja Ubunt…
Browse files Browse the repository at this point in the history
…u ci (#476)
  • Loading branch information
mcbarton authored Jan 22, 2025
1 parent cad6feb commit c781d0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@ jobs:
-DLLVM_INCLUDE_TESTS=OFF \
../llvm
ninja clang clangInterpreter clangStaticAnalyzerCore -j ${{ env.ncpus }}
cd ./tools/
rm -rf $(find . -maxdepth 1 ! -name "clang" ! -name ".")
cd ..
rm compile_commands.json build.ninja
fi
cd ../
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
Expand Down

0 comments on commit c781d0e

Please sign in to comment.