Skip to content

Commit bc05a7a

Browse files
committed
Manually pick acc06bc from bitcoin
1 parent 3a3d77e commit bc05a7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/test/00_setup_env_mac_native_arm64.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
export LC_ALL=C.UTF-8
88

99
export HOST=arm64-apple-darwin
10-
export PIP_PACKAGES="zmq"
10+
# Homebrew's python@3.12 is marked as externally managed (PEP 668).
11+
# Therefore, `--break-system-packages` is needed.
12+
export PIP_PACKAGES="--break-system-packages zmq"
1113
export GOAL="install"
1214
# ELEMENTS: add -fno-stack-check to work around clang bug on macos
1315
export BITCOIN_CONFIG="--with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports CXXFLAGS=-fno-stack-check"

0 commit comments

Comments
 (0)