mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
fix: add linux64_multiprocess
BUILD_TARGET
to matrix, mend C(XX)
This commit is contained in:
parent
26cc5a1c90
commit
27d9763b1b
@ -213,7 +213,7 @@ x86_64-pc-linux-gnu_multiprocess:
|
|||||||
- .skip-in-fast-mode-template
|
- .skip-in-fast-mode-template
|
||||||
variables:
|
variables:
|
||||||
HOST: x86_64-pc-linux-gnu
|
HOST: x86_64-pc-linux-gnu
|
||||||
DEP_OPTS: "MULTIPROCESS=1"
|
DEP_OPTS: "DEBUG=1 MULTIPROCESS=1"
|
||||||
|
|
||||||
x86_64-apple-darwin:
|
x86_64-apple-darwin:
|
||||||
extends:
|
extends:
|
||||||
|
@ -26,6 +26,8 @@ elif [ "$BUILD_TARGET" = "linux64_cxx20" ]; then
|
|||||||
source ./ci/test/00_setup_env_native_cxx20.sh
|
source ./ci/test/00_setup_env_native_cxx20.sh
|
||||||
elif [ "$BUILD_TARGET" = "linux64_fuzz" ]; then
|
elif [ "$BUILD_TARGET" = "linux64_fuzz" ]; then
|
||||||
source ./ci/test/00_setup_env_native_fuzz.sh
|
source ./ci/test/00_setup_env_native_fuzz.sh
|
||||||
|
elif [ "$BUILD_TARGET" = "linux64_multiprocess" ]; then
|
||||||
|
source ./ci/test/00_setup_env_native_multiprocess.sh
|
||||||
elif [ "$BUILD_TARGET" = "linux64_nowallet" ]; then
|
elif [ "$BUILD_TARGET" = "linux64_nowallet" ]; then
|
||||||
source ./ci/test/00_setup_env_native_nowallet.sh
|
source ./ci/test/00_setup_env_native_nowallet.sh
|
||||||
elif [ "$BUILD_TARGET" = "linux64_sqlite" ]; then
|
elif [ "$BUILD_TARGET" = "linux64_sqlite" ]; then
|
||||||
|
@ -11,5 +11,5 @@ export PACKAGES="cmake python3 llvm clang"
|
|||||||
export DEP_OPTS="DEBUG=1 MULTIPROCESS=1"
|
export DEP_OPTS="DEBUG=1 MULTIPROCESS=1"
|
||||||
export GOAL="install"
|
export GOAL="install"
|
||||||
export TEST_RUNNER_EXTRA="--v2transport"
|
export TEST_RUNNER_EXTRA="--v2transport"
|
||||||
export BITCOIN_CONFIG="--with-boost-process --enable-debug CC=clang CXX=clang++" # Use clang to avoid OOM
|
export BITCOIN_CONFIG="--with-boost-process --enable-debug CC=clang-16 CXX=clang++-16" # Use clang to avoid OOM
|
||||||
export BITCOIND=dash-node # Used in functional tests
|
export BITCOIND=dash-node # Used in functional tests
|
||||||
|
Loading…
Reference in New Issue
Block a user