aboutsummaryrefslogtreecommitdiff
path: root/ci/test/06_script_a.sh
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-02-20 17:40:19 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-02-22 14:27:30 +0200
commit774323e378acea998069980edf50e1a26f4b6b9e (patch)
treea74557e239eb4bf17e4a58a9d22a84bca841c4b9 /ci/test/06_script_a.sh
parent69978858a4d8a9c34070f96133b8f95737a6505b (diff)
downloadbitcoin-774323e378acea998069980edf50e1a26f4b6b9e.tar.xz
ci: Force `--enable-external-signer` to prevent future regressions
Diffstat (limited to 'ci/test/06_script_a.sh')
-rwxr-xr-xci/test/06_script_a.sh2
1 files changed, 1 insertions, 1 deletions
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