Revert "ci: remove libz-dev from macOS build deps"

This reverts commit 97d53e90ba.
This commit is contained in:
Luke Dashjr 2024-06-06 14:52:14 +00:00
parent 562869d114
commit 97910b1123
2 changed files with 2 additions and 2 deletions

View File

@ -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="zip"
export PACKAGES="libz-dev zip"
export XCODE_VERSION=15.0
export XCODE_BUILD_ID=15A240d
export RUN_UNIT_TESTS=false

View File

@ -48,7 +48,7 @@ The paths are automatically configured and no other options are needed unless ta
#### For macOS cross compilation
sudo apt-get install curl bsdmainutils cmake zip
sudo apt-get install curl bsdmainutils cmake libz-dev zip
Note: You must obtain the macOS SDK before proceeding with a cross-compile.
Under the depends directory, create a subdirectory named `SDKs`.