Skip to content

Commit 3a18075

Browse files
committed
ci: Drop -DENABLE_EXTERNAL_SIGNER=ON configure option
This option is now enabled by default.
1 parent 719fa9f commit 3a18075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/03_test_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ BASE_BUILD_DIR=${BASE_BUILD_DIR:-$BASE_SCRATCH_DIR/build-$HOST}
118118
mkdir -p "${BASE_BUILD_DIR}"
119119
cd "${BASE_BUILD_DIR}"
120120

121-
BITCOIN_CONFIG_ALL="$BITCOIN_CONFIG_ALL -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_INSTALL_PREFIX=$BASE_OUTDIR"
121+
BITCOIN_CONFIG_ALL="$BITCOIN_CONFIG_ALL -DCMAKE_INSTALL_PREFIX=$BASE_OUTDIR"
122122

123123
if [[ "${RUN_TIDY}" == "true" ]]; then
124124
BITCOIN_CONFIG_ALL="$BITCOIN_CONFIG_ALL -DCMAKE_EXPORT_COMPILE_COMMANDS=ON"

0 commit comments

Comments
 (0)