Skip to content

Commit e4ae000

Browse files
author
merge-script
committed
Merge bitcoin/bitcoin#23014: ci: Bump distro version, disable feature_bind_extra for two configurations
fa660de ci: Update valgrind config (MarcoFalke) fad5dbc ci: Update s390x config (MarcoFalke) Pull request description: (See commit messages) ACKs for top commit: fanquake: ACK fa660de Tree-SHA512: b5bf7c89042d5d8f49a92c59b934185447ae42bd055ccb1c6edb98fe104a35eb2d6c26d810bec9f52d545d09599f3d33fc8606fbfb793862610d276b2a4bac6c
2 parents 133446f + fa660de commit e4ae000

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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

ci/test/00_setup_env_s390x.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ if [ -n "$QEMU_USER_CMD" ]; then
1818
fi
1919
# Use debian to avoid 404 apt errors
2020
export CONTAINER_NAME=ci_s390x
21-
export DOCKER_NAME_TAG="debian:buster"
22-
export RUN_UNIT_TESTS=true
21+
export DOCKER_NAME_TAG="debian:bookworm"
2322
export TEST_RUNNER_ENV="LC_ALL=C"
23+
export TEST_RUNNER_EXTRA="--exclude rpc_bind,feature_bind_extra" # Excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547
2424
export RUN_FUNCTIONAL_TESTS=true
2525
export GOAL="install"
2626
export BITCOIN_CONFIG="--enable-reduce-exports --with-incompatible-bdb"

0 commit comments

Comments
 (0)