mac: Switch to Xcode 16.1 16B40 with macOS SDK 15.1 24B75
Change-Id: I5881ec57bb93327e9a385ddcfb0561edb7393ff4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5973484 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Auto-Submit: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1375311}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
012874954a
commit
6cf9fb594c
build
@ -47,12 +47,12 @@ declare_args() {
|
||||
# The SDK version used when making official builds. This is a single exact
|
||||
# version, not a minimum. If this version isn't available official builds
|
||||
# will fail.
|
||||
mac_sdk_official_version = "15.0"
|
||||
mac_sdk_official_version = "15.1"
|
||||
|
||||
# The SDK build version used when making official builds. This is a single
|
||||
# exact version found at "System/Library/CoreServices/SystemVersion.plist"
|
||||
# inside the SDK.
|
||||
mac_sdk_official_build_version = "24A336"
|
||||
mac_sdk_official_build_version = "24B75"
|
||||
|
||||
# Production builds should use hermetic Xcode. If you want to do production
|
||||
# builds with system Xcode to test new SDKs, set this.
|
||||
|
@ -33,14 +33,14 @@ def LoadPList(path):
|
||||
return plistlib.load(f)
|
||||
|
||||
|
||||
# This contains binaries from Xcode 16.0 16A242d along with the macOS 15.0 SDK
|
||||
# (24A336). To build these packages, see comments in build/xcode_binaries.yaml.
|
||||
# This contains binaries from Xcode 16.1 16B40 along with the macOS 15.1 SDK
|
||||
# (24B75). To build these packages, see comments in build/xcode_binaries.yaml.
|
||||
# To update the version numbers, open Xcode's "About Xcode" for the first number
|
||||
# and run `xcrun --show-sdk-build-version` for the second. To update the _TAG,
|
||||
# use the output of the `cipd create` command mentioned in xcode_binaries.yaml.
|
||||
|
||||
MAC_BINARIES_LABEL = 'infra_internal/ios/xcode/xcode_binaries/mac-amd64'
|
||||
MAC_BINARIES_TAG = 'Frm7sYyjocgTMac6vFlyzenLZUQVWNZ3J2XhsIeJB0YC'
|
||||
MAC_BINARIES_TAG = '1hSIN_9-e1B39bYANUy2csRbOpOAXZnYLi2tGiYhkocC'
|
||||
|
||||
# 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 15.0 only runs on macOS
|
||||
|
Reference in New Issue
Block a user