aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-09-17 10:43:39 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-09-17 10:37:53 +0200
commitfab932b4211ea0a4c10e484c08042552f9c58c15 (patch)
treeefecb76d963b6bdace4b7c6577faff546c1eac95 /ci
parentfa8f35d786506eadfde3521e949bf5cdb4eb0003 (diff)
downloadbitcoin-fab932b4211ea0a4c10e484c08042552f9c58c15.tar.xz
ci: Remove incorrectly hardcoded HOST in mac_native task
The HOST is wrong, because this is a native build, where the HOST is supposed to be auto-detected.
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env_mac_native.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_mac_native.sh b/ci/test/00_setup_env_mac_native.sh
index 76668d97f2..f6dff785ca 100755
--- a/ci/test/00_setup_env_mac_native.sh
+++ b/ci/test/00_setup_env_mac_native.sh
@@ -6,7 +6,6 @@
export LC_ALL=C.UTF-8
-export HOST=x86_64-apple-darwin
# Homebrew's python@3.12 is marked as externally managed (PEP 668).
# Therefore, `--break-system-packages` is needed.
export PIP_PACKAGES="--break-system-packages zmq"