From 32a90e1b9017f47eecedc2c76c6d09ab4f14c401 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Fri, 11 Apr 2025 18:06:29 -0400 Subject: [PATCH] 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. --- ci/test/00_setup_env_native_centos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test/00_setup_env_native_centos.sh b/ci/test/00_setup_env_native_centos.sh index 94002b63493..98e731e6e23 100755 --- a/ci/test/00_setup_env_native_centos.sh +++ b/ci/test/00_setup_env_native_centos.sh @@ -18,3 +18,4 @@ export BITCOIN_CONFIG="\ -DREDUCE_EXPORTS=ON \ -DCMAKE_BUILD_TYPE=Debug \ " +export BITCOIN_CMD="bitcoin -m" # Used in functional tests