mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
ci: Clear unused /msan/llvm-project
This commit is contained in:
parent
4c573e5718
commit
fa6beb8cfc
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
|
||||||
-S /msan/llvm-project/runtimes
|
-S /msan/llvm-project/runtimes
|
||||||
|
|
||||||
ninja -C /msan/cxx_build/ "-j$( nproc )" # Use nproc, because MAKEJOBS is the default in docker image builds
|
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
|
fi
|
||||||
|
|
||||||
if [[ "${RUN_TIDY}" == "true" ]]; then
|
if [[ "${RUN_TIDY}" == "true" ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue