From: Matt Corallo <649246+TheBlueMatt@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:32:27 +0000 (+0000) Subject: Merge pull request #2937 from TheBlueMatt/2024-03-no-wake-on-shutdown X-Git-Tag: v0.0.123-beta~41 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=75822b8af352f34b1c6e0f6abfbd23f0bf7e6d24;hp=03425e4e4c632be3ed104e74680803f1ed1e8583;p=rust-lightning Merge pull request #2937 from TheBlueMatt/2024-03-no-wake-on-shutdown Avoid writing `ChannelManager` when hitting lnd bug 6039 --- diff --git a/ci/ci-tests.sh b/ci/ci-tests.sh index 59acb833f..5cae6d45d 100755 --- a/ci/ci-tests.sh +++ b/ci/ci-tests.sh @@ -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