mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Merge bitcoin/bitcoin#30369: ci: Clear unused /msan/llvm-project
fa6beb8cfcci: Clear unused /msan/llvm-project (MarcoFalke) Pull request description: Could help to fix the `no space left on device` that are sometimes seen. ACKs for top commit: theuni: utACKfa6beb8cfcTree-SHA512: 0bedf4b26eed842c7bfa2caeac4df578cdbb00a658e8d0037b8b7b90150d8a9d1b8140437d1cf40b50d82a9085ea50cf9a010764c4439b2a03a457d399191319
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user