diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-02-20 17:40:19 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-02-22 14:27:30 +0200 |
commit | 774323e378acea998069980edf50e1a26f4b6b9e (patch) | |
tree | a74557e239eb4bf17e4a58a9d22a84bca841c4b9 /ci | |
parent | 69978858a4d8a9c34070f96133b8f95737a6505b (diff) |
ci: Force `--enable-external-signer` to prevent future regressions
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/00_setup_env_win64.sh | 2 | ||||
-rwxr-xr-x | ci/test/06_script_a.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/test/00_setup_env_win64.sh b/ci/test/00_setup_env_win64.sh index 6619852423..ecfc74bc5a 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" +export BITCOIN_CONFIG="--enable-reduce-exports --disable-external-signer --disable-gui-tests" diff --git a/ci/test/06_script_a.sh b/ci/test/06_script_a.sh index d5f1ca273a..7158b69b4e 100755 --- a/ci/test/06_script_a.sh +++ b/ci/test/06_script_a.sh @@ -14,7 +14,7 @@ if [ -n "$ANDROID_TOOLS_URL" ]; then exit 0 fi -BITCOIN_CONFIG_ALL="--enable-suppress-external-warnings --disable-dependency-tracking --prefix=$DEPENDS_DIR/$HOST --bindir=$BASE_OUTDIR/bin --libdir=$BASE_OUTDIR/lib" +BITCOIN_CONFIG_ALL="--enable-external-signer --enable-suppress-external-warnings --disable-dependency-tracking --prefix=$DEPENDS_DIR/$HOST --bindir=$BASE_OUTDIR/bin --libdir=$BASE_OUTDIR/lib" if [ -z "$NO_WERROR" ]; then BITCOIN_CONFIG_ALL="${BITCOIN_CONFIG_ALL} --enable-werror" fi |