diff options
author | fanquake <fanquake@gmail.com> | 2022-01-13 21:07:44 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-01-15 10:02:04 +0800 |
commit | e2ab9f83f8655bf09ea392beeee36b2bbe29769b (patch) | |
tree | cc33ec945f3e73bf91190dd61ccad13cb4e6ccb2 /ci | |
parent | 807169e10b4a18324356ed6ee4d69587b96a7c70 (diff) |
build: disable external signer on Windows
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/00_setup_env_win64.sh | 2 |
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 44b6eb7ae3..6619852423 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 wine-binfmt wine64 wine32 file" export RUN_FUNCTIONAL_TESTS=false export GOAL="deploy" -export BITCOIN_CONFIG="--enable-reduce-exports --disable-gui-tests --disable-external-signer" +export BITCOIN_CONFIG="--enable-reduce-exports --disable-gui-tests" |