ci: Clear unused /msan/llvm-project

This commit is contained in:
MarcoFalke 2024-07-01 16:03:03 +02:00
parent 4c573e5718
commit fa6beb8cfc
No known key found for this signature in database

View File

@ -65,6 +65,10 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
-S /msan/llvm-project/runtimes
ninja -C /msan/cxx_build/ "-j$( nproc )" # Use nproc, because MAKEJOBS is the default in docker image builds
# Clear no longer needed source folder
du -sh /msan/llvm-project
rm -rf /msan/llvm-project
fi
if [[ "${RUN_TIDY}" == "true" ]]; then