We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8c9761 + eb7d626 commit abf887fCopy full SHA for abf887f
ci/test/00_setup_env_mac_native.sh
@@ -7,9 +7,7 @@
7
export LC_ALL=C.UTF-8
8
9
export HOST=arm64-apple-darwin
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"
+export PIP_PACKAGES="zmq"
13
export GOAL="install"
14
# ELEMENTS: add -fno-stack-check to work around clang bug on macos
15
export BITCOIN_CONFIG="--with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports CXXFLAGS=-fno-stack-check"
0 commit comments