File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -96,14 +96,14 @@ jobs:
9696 - set -o errexit; source ./ci/extended_lint/06_script.sh
9797
9898 - stage : test
99- name : ' ARM [GOAL: install] [unit tests, functional tests]'
99+ name : ' ARM [GOAL: install] [bionic] [ unit tests, functional tests]'
100100 arch : arm64
101101 env : >-
102102 FILE_ENV="./ci/test/00_setup_env_arm.sh"
103103 QEMU_USER_CMD="" # Can run the tests natively without qemu
104104
105105 - stage : test
106- name : ' S390x [GOAL: install] [unit tests, functional tests]'
106+ name : ' S390x [GOAL: install] [bionic] [ unit tests, functional tests]'
107107 arch : s390x
108108 env : >-
109109 FILE_ENV="./ci/test/00_setup_env_s390x.sh"
Original file line number Diff line number Diff line change 77export LC_ALL=C.UTF-8
88
99export 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"
1211export NO_DEPENDS=1
1312export RUN_UNIT_TESTS=true
14- export RUN_FUNCTIONAL_TESTS=false
13+ export RUN_FUNCTIONAL_TESTS=true
1514export GOAL=" install"
1615export BITCOIN_CONFIG=" --enable-reduce-exports --with-incompatible-bdb"
17-
18- lscpu
You can’t perform that action at this time.
0 commit comments