aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-01-06 10:53:36 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-01-06 10:53:36 +0000
commit1a0d8e178c7b9a3e94d14f94b77305802ebdc93b (patch)
tree025c6a39c530b52bc6593e12fb1ce1f8079a9f4d /ci
parent989451d0689543b25ee6bf1d5b82c863d583597b (diff)
downloadbitcoin-1a0d8e178c7b9a3e94d14f94b77305802ebdc93b.tar.xz
build: Re-enable external signer on Windows
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 b637086b06..e996991d39 100755
--- a/ci/test/00_setup_env_win64.sh
+++ b/ci/test/00_setup_env_win64.sh
@@ -13,4 +13,4 @@ export DPKG_ADD_ARCH="i386"
export PACKAGES="python3 nsis g++-mingw-w64-x86-64-posix wine-binfmt wine64 wine32 file"
export RUN_FUNCTIONAL_TESTS=false
export GOAL="deploy"
-export BITCOIN_CONFIG="--enable-reduce-exports --disable-external-signer --disable-gui-tests"
+export BITCOIN_CONFIG="--enable-reduce-exports --enable-external-signer --disable-gui-tests"