Merge pull request #2937 from TheBlueMatt/2024-03-no-wake-on-shutdown
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Thu, 14 Mar 2024 20:32:27 +0000 (20:32 +0000)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2024 20:32:27 +0000 (20:32 +0000)
Avoid writing `ChannelManager` when hitting lnd bug 6039

ci/ci-tests.sh

index 59acb833f1f2d4fe5d7b35a03ef835bb1f682e85..5cae6d45de5f56a778fc95b2e78b5c5fd9f5ffb6 100755 (executable)
@@ -173,5 +173,7 @@ fi
 
 echo -e "\n\nTest cfg-flag builds"
 RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
+[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
 RUSTFLAGS="--cfg=async_signing" cargo test --verbose --color always -p lightning
+[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
 RUSTFLAGS="--cfg=dual_funding" cargo test --verbose --color always -p lightning