mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
Merge #20315: travis: Remove s390x build
fa2c3c0d96b48bc1685d84186552f72e3609a331 ci: Set LC_ALL=C to allow running the s390x tests in qemu (MarcoFalke) fac05178366a1c9100b1d19d66fb669d7266f306 travis: Remove s390x build (MarcoFalke) Pull request description: This has been discussed in the last meeting. Refer to the commit body for more details. Top commit has no ACKs. Tree-SHA512: 8e0455286ce41c95ed2e5eb624ac534251bb4a321f13d26d14356497e0c39f841372e166373ffd4a0a9fa379636c2cfb535bd92534fff427cdcb827354e66b6c
This commit is contained in:
parent
5abe35afa7
commit
c295a13ac6
@ -192,13 +192,6 @@ after_success:
|
|||||||
FILE_ENV="./ci/test/00_setup_env_arm.sh"
|
FILE_ENV="./ci/test/00_setup_env_arm.sh"
|
||||||
QEMU_USER_CMD=""
|
QEMU_USER_CMD=""
|
||||||
|
|
||||||
- stage: test
|
|
||||||
name: 'S390x [GOAL: install] [focal] [unit tests, functional tests]'
|
|
||||||
arch: s390x # Can disable QEMU_USER_CMD and run the tests natively without qemu
|
|
||||||
env: >-
|
|
||||||
FILE_ENV="./ci/test/00_setup_env_s390x.sh"
|
|
||||||
QEMU_USER_CMD=""
|
|
||||||
|
|
||||||
- stage: test
|
- stage: test
|
||||||
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no boost::process, no functional tests]'
|
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no boost::process, no functional tests]'
|
||||||
env: >-
|
env: >-
|
||||||
|
@ -29,8 +29,8 @@ if [ "$DIRECT_WINE_EXEC_TESTS" = "true" ]; then
|
|||||||
wine ./src/test/test_dash.exe
|
wine ./src/test/test_dash.exe
|
||||||
else
|
else
|
||||||
if [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
|
if [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
|
||||||
./src/test/test_dash --catch_system_errors=no -l test_suite
|
${TEST_RUNNER_ENV} ./src/test/test_dash --catch_system_errors=no -l test_suite
|
||||||
else
|
else
|
||||||
make $MAKEJOBS check VERBOSE=1
|
${TEST_RUNNER_ENV} make $MAKEJOBS check VERBOSE=1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -19,6 +19,7 @@ fi
|
|||||||
# Use debian to avoid 404 apt errors
|
# Use debian to avoid 404 apt errors
|
||||||
export CONTAINER_NAME=ci_s390x
|
export CONTAINER_NAME=ci_s390x
|
||||||
export RUN_UNIT_TESTS=true
|
export RUN_UNIT_TESTS=true
|
||||||
|
export TEST_RUNNER_ENV="LC_ALL=C"
|
||||||
export RUN_FUNCTIONAL_TESTS=true
|
export RUN_FUNCTIONAL_TESTS=true
|
||||||
export GOAL="install"
|
export GOAL="install"
|
||||||
export BITCOIN_CONFIG="--enable-reduce-exports --disable-gui-tests --with-boost-process" # GUI tests disabled for now, see https://github.com/bitcoin/bitcoin/issues/23730
|
export BITCOIN_CONFIG="--enable-reduce-exports --disable-gui-tests --with-boost-process" # GUI tests disabled for now, see https://github.com/bitcoin/bitcoin/issues/23730
|
||||||
|
Loading…
Reference in New Issue
Block a user