2019-08-15 22:51:31 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
2023-08-16 19:27:31 +02:00
|
|
|
# Copyright (c) 2019-2020 The Bitcoin Core developers
|
2019-08-15 22:51:31 +02: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-10 14:50:29 +01:00
|
|
|
export CONTAINER_NAME=ci_native_nowallet
|
2019-08-15 22:51:31 +02:00
|
|
|
export PACKAGES="python3-zmq"
|
|
|
|
export DEP_OPTS="NO_WALLET=1"
|
|
|
|
export GOAL="install"
|
2023-07-09 18:03:44 +02:00
|
|
|
export BITCOIN_CONFIG="--enable-reduce-exports"
|