Skip to content

Commit fad5dbc

Browse files
author
MarcoFalke
committed
ci: Update s390x config
* Bump to debian:bookworm to avoid crash in the zmq functional test (bitcoind: line 2: 33011 Illegal instruction (core dumped) qemu-s390x) * Remove RUN_UNIT_TESTS=true, because it is the default * Add TEST_RUNNER_EXTRA --exclude to skip failing tests
1 parent 6401de0 commit fad5dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)