diff options
author | fanquake <fanquake@gmail.com> | 2023-11-15 17:05:05 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-11-23 17:52:38 +0000 |
commit | 0ffcc5b680b92cf921fc11afb05e4a3607572d41 (patch) | |
tree | d628cabd6c80185a04d47291a25b2eaf23accd18 /ci | |
parent | 930bcfd4cd2c9f95abb4e202d78b257611e97f33 (diff) |
ci: remove python3-setuptools from mac build deps
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 6fabb4ab96..b952d49074 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 zip" +export PACKAGES="cmake libz-dev zip" export XCODE_VERSION=12.2 export XCODE_BUILD_ID=12B45b export RUN_UNIT_TESTS=false |