aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-11-29 11:02:16 +0000
committerfanquake <fanquake@gmail.com>2023-12-01 10:45:57 +0000
commit35537318a19360ddf1ea8f0c1e6d8ad49e635516 (patch)
treeff6f8ef93189ebdb438faacb5290a42ae8d6aa4b /ci
parent498994b6f55d04a7940f832e7fbd17e5acdaff15 (diff)
downloadbitcoin-35537318a19360ddf1ea8f0c1e6d8ad49e635516.tar.xz
ci: remove --enable-external-signer from win64 job
This is redundant in any case, because --enable-external-signer is already in `BITCOIN_CONFIG_ALL`.
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env_win64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_win64.sh b/ci/test/00_setup_env_win64.sh
index ebd4487c52..ba9af480ac 100755
--- a/ci/test/00_setup_env_win64.sh
+++ b/ci/test/00_setup_env_win64.sh
@@ -16,4 +16,4 @@ export GOAL="deploy"
# Prior to 11.0.0, the mingw-w64 headers were missing noreturn attributes, causing warnings when
# cross-compiling for Windows. https://sourceforge.net/p/mingw-w64/bugs/306/
# https://github.com/mingw-w64/mingw-w64/commit/1690994f515910a31b9fb7c7bd3a52d4ba987abe
-export BITCOIN_CONFIG="--enable-reduce-exports --enable-external-signer --disable-gui-tests CXXFLAGS=-Wno-return-type"
+export BITCOIN_CONFIG="--enable-reduce-exports --disable-gui-tests CXXFLAGS=-Wno-return-type"