mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
ci: disable Werror on MacOS build (not a backport)
This commit is contained in:
parent
1852f83a5d
commit
1e63e577db
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ export HOST=x86_64-apple-darwin18
|
|||
export PIP_PACKAGES="zmq"
|
||||
export GOAL="install"
|
||||
# ELEMENTS: add -fno-stack-check to work around clang bug on macos
|
||||
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --enable-werror --with-boost-process CXXFLAGS=-fno-stack-check"
|
||||
# ELEMENTS: remove --enable-werror because it triggers on Boost Thread includes (FIXME remove this after 22.0 rebase when boost-thread is removed)
|
||||
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --with-boost-process CXXFLAGS=-fno-stack-check"
|
||||
export CI_OS_NAME="macos"
|
||||
export NO_DEPENDS=1
|
||||
export OSX_SDK=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue