From c7bf5ee6366371e1736e50b163e4742276d76dfd Mon Sep 17 00:00:00 2001 From: Emerick Rogul Date: Fri, 1 May 2026 12:36:31 -0400 Subject: [PATCH] [cr149] Upgrading Apple toolchain to 26.4.1 Chromium changes: https://chromium.googlesource.com/chromium/src/+/287de9bad0833 commit 287de9bad083354f51374c6e1827b31e4a66ebf3 Author: Devon Loehr Date: Fri Apr 17 15:08:17 2026 -0700 mac: Switch to Xcode 26.4.1 (17E202) and SDK 26.4 (25E251) Minor version bump; the metal version is unchanged. Change-Id: I5d12ee4666140962f92dd77851a5591d61d40bc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7773727 Commit-Queue: Devon Loehr Reviewed-by: Mark Mentovai Cr-Commit-Position: refs/heads/main@{#1616889} --- build/mac/download_hermetic_xcode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/mac/download_hermetic_xcode.py b/build/mac/download_hermetic_xcode.py index 6c46aa29912..ee519a18678 100755 --- a/build/mac/download_hermetic_xcode.py +++ b/build/mac/download_hermetic_xcode.py @@ -21,8 +21,8 @@ def LoadPList(path): with open(path, 'rb') as f: return plistlib.load(f) -# This contains binaries from Xcode 26.1, along with the macOS 26.1 SDK -XCODE_VERSION = '26.4' +# This contains binaries from Xcode 26.4.1, along with the macOS 26.4 SDK +XCODE_VERSION = '26.4.1' HERMETIC_XCODE_BINARY = ( DEPS_PACKAGES_INTERNAL_URL + '/xcode-hermetic-toolchain/xcode-hermetic-toolchain-' + XCODE_VERSION +