Skip to content

Commit 60824b3

Browse files
committed
ci: Fix configure options for macOS builds
1 parent 687939e commit 60824b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/test/00_setup_env_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export XCODE_BUILD_ID=11C505
1414
export RUN_UNIT_TESTS=false
1515
export RUN_FUNCTIONAL_TESTS=false
1616
export GOAL="deploy"
17-
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror"
17+
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --enable-werror"

ci/test/00_setup_env_mac_host.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export HOST=x86_64-apple-darwin16
1010
export DOCKER_NAME_TAG=ubuntu:18.04 # Check that bionic can cross-compile to macos (bionic is used in the gitian build as well)
1111
export PIP_PACKAGES="zmq"
1212
export GOAL="install"
13-
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror"
13+
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --enable-werror"
1414
export NO_DEPENDS=1
1515
export OSX_SDK=""
1616
export CCACHE_SIZE=300M

0 commit comments

Comments
 (0)