aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_nowallet.sh
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-06-16 14:59:48 +0200
committerSjors Provoost <sjors@sprovoost.nl>2020-07-31 13:38:10 +0200
commitc17f54ee535faaedf9033717403e1f775b5f1530 (patch)
treea845d9361bf9f5d69f26f5b3e782ef1269a6ef6d /ci/test/00_setup_env_native_nowallet.sh
parent32128ba682033560d6eb2e4848a9f77a842016d2 (diff)
downloadbitcoin-c17f54ee535faaedf9033717403e1f775b5f1530.tar.xz
[ci] use boost::process
Explictly opt-out on win64, in case the default changes.
Diffstat (limited to 'ci/test/00_setup_env_native_nowallet.sh')
-rw-r--r--ci/test/00_setup_env_native_nowallet.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_nowallet.sh b/ci/test/00_setup_env_native_nowallet.sh
index 1a0b14b62b..0a09bfe230 100644
--- a/ci/test/00_setup_env_native_nowallet.sh
+++ b/ci/test/00_setup_env_native_nowallet.sh
@@ -11,4 +11,4 @@ export DOCKER_NAME_TAG=ubuntu:16.04 # Use xenial to have one config run the tes
export PACKAGES="python3-zmq clang-3.8 llvm-3.8" # Use clang-3.8 to test C++11 compatibility, see doc/dependencies.md
export DEP_OPTS="NO_WALLET=1"
export GOAL="install"
-export BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports CC=clang-3.8 CXX=clang++-3.8"
+export BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports CC=clang-3.8 CXX=clang++-3.8 --with-boost-process"