diff options
author | fanquake <fanquake@gmail.com> | 2022-11-18 12:36:20 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-09-15 13:47:50 +0100 |
commit | b5790c35f7e1d48c79b83bded36f3f72c18c9fc1 (patch) | |
tree | 3b357f46c30c9f6d849714e2cfe2d39b2cb81562 /ci | |
parent | 33ae0bd1e4756ca0f180ac4b3c32c9eb83b88cfd (diff) |
build: remove dmg dependencies
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/00_setup_env_mac.sh | 2 |
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 4790f305aa..6fabb4ab96 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 python3-setuptools xorriso zip" +export PACKAGES="cmake libz-dev python3-setuptools zip" export XCODE_VERSION=12.2 export XCODE_BUILD_ID=12B45b export RUN_UNIT_TESTS=false |