mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-10 21:30:15 +02:00
ci: Fix configure options for macOS builds
This commit is contained in:
parent
687939e3d2
commit
60824b3c3a
@ -14,4 +14,4 @@ export XCODE_BUILD_ID=11C505
|
||||
export RUN_UNIT_TESTS=false
|
||||
export RUN_FUNCTIONAL_TESTS=false
|
||||
export GOAL="deploy"
|
||||
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror"
|
||||
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --enable-werror"
|
||||
|
@ -10,7 +10,7 @@ export HOST=x86_64-apple-darwin16
|
||||
export DOCKER_NAME_TAG=ubuntu:18.04 # Check that bionic can cross-compile to macos (bionic is used in the gitian build as well)
|
||||
export PIP_PACKAGES="zmq"
|
||||
export GOAL="install"
|
||||
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror"
|
||||
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --enable-werror"
|
||||
export NO_DEPENDS=1
|
||||
export OSX_SDK=""
|
||||
export CCACHE_SIZE=300M
|
||||
|
Loading…
x
Reference in New Issue
Block a user