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.
This commit is contained in:
Sjors Provoost 2025-04-11 18:06:29 -04:00
parent b333cc14d5
commit 32a90e1b90
No known key found for this signature in database
GPG Key ID: 57FF9BDBCC301009

View File

@ -18,3 +18,4 @@ export BITCOIN_CONFIG="\
-DREDUCE_EXPORTS=ON \
-DCMAKE_BUILD_TYPE=Debug \
"
export BITCOIN_CMD="bitcoin -m" # Used in functional tests