Skip to content

Commit 32a90e1

Browse files
committed
ci: use bitcoin-node for one depends job
The bitcoin-node binary is built on all platforms which have multiprocess enabled, but for functional tests it's only used in CentOS native (depends) job. The next commit will also add a non-depends job.
1 parent b333cc1 commit 32a90e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test/00_setup_env_native_centos.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ export BITCOIN_CONFIG="\
1818
-DREDUCE_EXPORTS=ON \
1919
-DCMAKE_BUILD_TYPE=Debug \
2020
"
21+
export BITCOIN_CMD="bitcoin -m" # Used in functional tests

0 commit comments

Comments
 (0)