diff options
author | fanquake <fanquake@gmail.com> | 2023-08-24 14:42:45 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-08-27 10:02:55 +0100 |
commit | 94955b4b1dd1dfa2e8ee8de9181968e631e4e0c9 (patch) | |
tree | 9c70c75acceffc3d03686baec5884fd4a81274d8 /ci | |
parent | 03675b2ba37d4c6216be4ffe6fbf5352f3e93c69 (diff) |
depends: use LLVM/Clang 15.0.6 for macOS cross-compile
There is no x86_64 binaries for 15.0.7.
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 fedff5da7e..85d30b758f 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 libtinfo5 python3-setuptools xorriso" +export PACKAGES="cmake libz-dev python3-setuptools xorriso" export XCODE_VERSION=12.2 export XCODE_BUILD_ID=12B45b export RUN_UNIT_TESTS=false |