File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -96,14 +96,14 @@ jobs:
96
96
- set -o errexit; source ./ci/extended_lint/06_script.sh
97
97
98
98
- stage : test
99
- name : ' ARM [GOAL: install] [unit tests, functional tests]'
99
+ name : ' ARM [GOAL: install] [bionic] [ unit tests, functional tests]'
100
100
arch : arm64
101
101
env : >-
102
102
FILE_ENV="./ci/test/00_setup_env_arm.sh"
103
103
QEMU_USER_CMD="" # Can run the tests natively without qemu
104
104
105
105
- stage : test
106
- name : ' S390x [GOAL: install] [unit tests, functional tests]'
106
+ name : ' S390x [GOAL: install] [bionic] [ unit tests, functional tests]'
107
107
arch : s390x
108
108
env : >-
109
109
FILE_ENV="./ci/test/00_setup_env_s390x.sh"
Original file line number Diff line number Diff line change 7
7
export LC_ALL=C.UTF-8
8
8
9
9
export HOST=s390x-unknown-linux-gnu
10
- export DOCKER_NAME_TAG=s390x/ubuntu:18.04
11
- export PACKAGES=" clang llvm python3-zmq qtbase5-dev qttools5-dev-tools libssl1.0-dev 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"
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"
12
11
export NO_DEPENDS=1
13
12
export RUN_UNIT_TESTS=true
14
- export RUN_FUNCTIONAL_TESTS=false
13
+ export RUN_FUNCTIONAL_TESTS=true
15
14
export GOAL=" install"
16
15
export BITCOIN_CONFIG=" --enable-reduce-exports --with-incompatible-bdb"
17
-
18
- lscpu
You can’t perform that action at this time.
0 commit comments