Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 13c012f

Browse files
committedMay 30, 2024··
test: Drop --enable-external-signer configure option
This option is enabled by default.
1 parent 0245b4e commit 13c012f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ci/test/03_test_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ fi
110110
ccache --zero-stats
111111
PRINT_CCACHE_STATISTICS="ccache --version | head -n 1 && ccache --show-stats"
112112

113-
BITCOIN_CONFIG_ALL="${BITCOIN_CONFIG_ALL} --enable-external-signer --prefix=$BASE_OUTDIR"
113+
BITCOIN_CONFIG_ALL="${BITCOIN_CONFIG_ALL} --prefix=$BASE_OUTDIR"
114114

115115
if [ -n "$CONFIG_SHELL" ]; then
116116
"$CONFIG_SHELL" -c "./autogen.sh"

0 commit comments

Comments
 (0)
Please sign in to comment.