Skip to content

Commit fe70be5

Browse files
committed
Merge bitcoin/bitcoin#30369: ci: Clear unused /msan/llvm-project
fa6beb8 ci: 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: utACK fa6beb8 Tree-SHA512: 0bedf4b26eed842c7bfa2caeac4df578cdbb00a658e8d0037b8b7b90150d8a9d1b8140437d1cf40b50d82a9085ea50cf9a010764c4439b2a03a457d399191319
2 parents 0bd2bd1 + fa6beb8 commit fe70be5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/test/01_base_install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
6565
-S /msan/llvm-project/runtimes
6666

6767
ninja -C /msan/cxx_build/ "-j$( nproc )" # Use nproc, because MAKEJOBS is the default in docker image builds
68+
69+
# Clear no longer needed source folder
70+
du -sh /msan/llvm-project
71+
rm -rf /msan/llvm-project
6872
fi
6973

7074
if [[ "${RUN_TIDY}" == "true" ]]; then

0 commit comments

Comments
 (0)