File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ #
3
+ # Copyright (c) 2019 The Bitcoin Core developers
4
+ # Distributed under the MIT software license, see the accompanying
5
+ # file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
+
7
+ export LC_ALL=C.UTF-8
8
+
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"
12
+ export NO_DEPENDS=1
13
+ export RUN_UNIT_TESTS=true
14
+ export RUN_FUNCTIONAL_TESTS=false
15
+ export GOAL=" install"
16
+ export BITCOIN_CONFIG=" --enable-reduce-exports --with-incompatible-bdb"
17
+
18
+ lscpu
You can’t perform that action at this time.
0 commit comments