Skip to content

Commit d30d0e6

Browse files
committed
wip
1 parent f5c4e90 commit d30d0e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ jobs:
105105
brew link --force --overwrite [email protected]
106106
echo "LDFLAGS=-L/opt/homebrew/opt/[email protected]/lib" >> "$GITHUB_ENV"
107107
echo "CPPFLAGS=-I/opt/homebrew/opt/[email protected]/include" >> "$GITHUB_ENV"
108-
echo "CXXFLAGS=-Wno-error=deprecated-declarations" >> "$GITHUB_ENV"
109108
110109
- name: Set Ccache directory
111110
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"

ci/test/00_setup_env_mac_native.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export LC_ALL=C.UTF-8
1111
export PIP_PACKAGES="--break-system-packages zmq"
1212
export GOAL="install"
1313
# ELEMENTS: add -fno-stack-check to work around clang bug on macos
14-
export BITCOIN_CONFIG="--with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports CXXFLAGS=-fno-stack-check"
14+
# ELEMENTS: add -Wno-error=deprecated-declarations for C++20 deprecation warnings with boost 1.85
15+
export BITCOIN_CONFIG="--with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports CXXFLAGS='-fno-stack-check -Wno-error=deprecated-declarations'"
1516
export CI_OS_NAME="macos"
1617
export NO_DEPENDS=1
1718
export OSX_SDK=""

0 commit comments

Comments
 (0)