2019-08-15 16:51:31 -04:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
2020-04-16 13:14:08 -04:00
|
|
|
# Copyright (c) 2019-2020 The Bitcoin Core developers
|
2019-08-15 16:51:31 -04:00
|
|
|
# Distributed under the MIT software license, see the accompanying
|
|
|
|
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
|
|
|
export LC_ALL=C.UTF-8
|
|
|
|
|
2020-02-04 21:43:10 -03:00
|
|
|
export CONTAINER_NAME=ci_native_nowallet
|
2019-08-15 16:51:31 -04:00
|
|
|
export PACKAGES="python3-zmq"
|
|
|
|
export DEP_OPTS="NO_WALLET=1"
|
|
|
|
export GOAL="install"
|
|
|
|
export BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports"
|