File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 93
93
arch : s390x
94
94
env : >-
95
95
FILE_ENV="./ci/test/00_setup_env_s390x.sh"
96
+ QEMU_USER_CMD="" # Can run the tests natively without qemu
96
97
97
98
- stage : test
98
99
name : ' Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]'
Original file line number Diff line number Diff line change 6
6
7
7
export LC_ALL=C.UTF-8
8
8
9
- export HOST=s390x-unknown-linux-gnu
10
- export PACKAGES=" clang llvm python3-zmq qtbase5-dev qttools5-dev-tools libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libqrencode-dev"
11
- export NO_DEPENDS=1
9
+ export HOST=s390x-linux-gnu
10
+ # The host arch is unknown, so we run the tests through qemu.
11
+ # If the host is s390x and wants to run the tests natively, it can set QEMU_USER_CMD to the empty string.
12
+ export QEMU_USER_CMD=" ${QEMU_USER_CMD: " qemu-s390x" } "
13
+ export PACKAGES=" python3-zmq bsdmainutils qemu-user"
12
14
export RUN_UNIT_TESTS=true
13
15
export RUN_FUNCTIONAL_TESTS=true
14
16
export GOAL=" install"
You can’t perform that action at this time.
0 commit comments