From 6efec3c26519452b66b8bde3cef6c7a07d453224 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 11 May 2025 18:06:37 +0100 Subject: [PATCH] ci: Disable external signer in native macOS CI job Boost.Process 1.88 currently fails the configure test, so disable the external signer to avoid CI failures. --- ci/test/00_setup_env_mac_native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test/00_setup_env_mac_native.sh b/ci/test/00_setup_env_mac_native.sh index b1cae5392f..eb6e369177 100755 --- a/ci/test/00_setup_env_mac_native.sh +++ b/ci/test/00_setup_env_mac_native.sh @@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8 export HOST=x86_64-apple-darwin export PIP_PACKAGES="zmq" export GOAL="install" -export BITCOIN_CONFIG="--with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports" +export BITCOIN_CONFIG="--with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports --disable-external-signer" export CI_OS_NAME="macos" export NO_DEPENDS=1 export OSX_SDK=""