From e0af7bffff4b33d1de9d95bb7a4f4424f2e6c2dd Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 19 May 2025 13:53:20 +0100 Subject: [PATCH] ci: remove --enable-external-signer Boost 1.88.0 (installed in the macOS CI) broke compat with Boost Process V1. As `--enable-external-signer` is set in the CI, this causes the macOS CI to fail. Remove `--enable-external-signer` from the CI. --- ci/test/03_test_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test/03_test_script.sh b/ci/test/03_test_script.sh index 4bb2a1c7955..6e984e1d154 100755 --- a/ci/test/03_test_script.sh +++ b/ci/test/03_test_script.sh @@ -119,7 +119,7 @@ if [ -n "$ANDROID_TOOLS_URL" ]; then exit 0 fi -BITCOIN_CONFIG_ALL="${BITCOIN_CONFIG_ALL} --enable-external-signer --prefix=$BASE_OUTDIR" +BITCOIN_CONFIG_ALL="${BITCOIN_CONFIG_ALL} --prefix=$BASE_OUTDIR" if [ -n "$CONFIG_SHELL" ]; then "$CONFIG_SHELL" -c "./autogen.sh"