From 2fe69af08b78d9eeae06daebaaaa286bc05008cd Mon Sep 17 00:00:00 2001 From: Claudio DeSouza Date: Tue, 8 Apr 2025 13:04:15 +0100 Subject: [PATCH] [cr137] Updating hermetic toolchain: Xcode 16.3 and SDK 15.4 The job for this has been run already, and the toolchain is deployed. Chromium changes: https://chromium.googlesource.com/chromium/src/+/75861fcf852aed584acfc8dc51660b2f31e2b232 commit 75861fcf852aed584acfc8dc51660b2f31e2b232 Author: Devon Loehr Date: Mon Apr 7 08:34:01 2025 -0700 Mac: Switch to Xcode 16.3 (16E140) and SDK 15.4 (24E241) Change-Id: I09918ddae292e2137eaeab2e24a7cf581f006bcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6431799 Commit-Queue: Devon Loehr Reviewed-by: Mark Mentovai Cr-Commit-Position: refs/heads/main@{#1443501} --- build/mac/download_hermetic_xcode.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/mac/download_hermetic_xcode.py b/build/mac/download_hermetic_xcode.py index 716cac925db..a3882e06e38 100755 --- a/build/mac/download_hermetic_xcode.py +++ b/build/mac/download_hermetic_xcode.py @@ -21,12 +21,12 @@ def LoadPList(path): with open(path, 'rb') as f: return plistlib.load(f) -# This contains binaries from Xcode 16.2, along with the macOS 15.2 SDK -XCODE_VERSION = '16.2' +# This contains binaries from Xcode 16.3, along with the macOS 15.4 SDK +XCODE_VERSION = '16.3' HERMETIC_XCODE_BINARY = ( DEPS_PACKAGES_INTERNAL_URL + '/xcode-hermetic-toolchain/xcode-hermetic-toolchain-xcode-' + - XCODE_VERSION + '-sdk-15.2-15.0.tar.gz') + XCODE_VERSION + '-sdk-15.4-15.2.tar.gz') # The toolchain will not be downloaded if the minimum OS version is not met. 19 # is the major version number for macOS 10.15. Xcode 13.2 13C90 only runs on