[cr149] Upgrading Apple toolchain to 26.4.1
Chromium changes: https://chromium.googlesource.com/chromium/src/+/287de9bad0833 commit 287de9bad083354f51374c6e1827b31e4a66ebf3 Author: Devon Loehr <dloehr@google.com> 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 <dloehr@google.com> Reviewed-by: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1616889}
This commit is contained in:
@@ -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 +
|
||||
|
||||
Reference in New Issue
Block a user