aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-11-30 15:17:19 +0000
committerfanquake <fanquake@gmail.com>2023-11-30 15:17:19 +0000
commit97d53e90badc01224139a4a4356b934f338568d4 (patch)
treead8b1f6edd019a240c7ce9a7bc274e69875b4f29 /ci
parentcdb772313c037fd71c7dff6f0801a4de93cf0d26 (diff)
ci: remove libz-dev from macOS build deps
Remove no-longer used libz-dev (from DMG compression). Followup to #28432. Missed this in #28932.
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env_mac.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_mac.sh b/ci/test/00_setup_env_mac.sh
index b952d49074..d97a292778 100755
--- a/ci/test/00_setup_env_mac.sh
+++ b/ci/test/00_setup_env_mac.sh
@@ -11,7 +11,7 @@ export SDK_URL=${SDK_URL:-https://bitcoincore.org/depends-sources/sdks}
export CONTAINER_NAME=ci_macos_cross
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:22.04"
export HOST=x86_64-apple-darwin
-export PACKAGES="cmake libz-dev zip"
+export PACKAGES="cmake zip"
export XCODE_VERSION=12.2
export XCODE_BUILD_ID=12B45b
export RUN_UNIT_TESTS=false