Skip to content

Commit fa660de

Browse files
author
MarcoFalke
committed
ci: Update valgrind config
* Set missing DOCKER_NAME_TAG * Update TEST_RUNNER_EXTRA
1 parent fad5dbc commit fa660de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/test/00_setup_env_native_valgrind.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66

77
export LC_ALL=C.UTF-8
88

9+
export DOCKER_NAME_TAG="ubuntu:20.04"
910
export CONTAINER_NAME=ci_native_valgrind
1011
export PACKAGES="valgrind clang llvm python3-zmq libevent-dev bsdmainutils libboost-dev libboost-system-dev libboost-filesystem-dev libboost-test-dev libdb5.3++-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev libsqlite3-dev"
1112
export USE_VALGRIND=1
1213
export NO_DEPENDS=1
13-
export TEST_RUNNER_EXTRA="--exclude rpc_bind" # Excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547
14+
export TEST_RUNNER_EXTRA="--exclude rpc_bind,feature_bind_extra" # Excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547
1415
export GOAL="install"
1516
export BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=no CC=clang CXX=clang++" # TODO enable GUI

0 commit comments

Comments
 (0)