commit | 5fed7d85f8db76e4068cd3762b9fa2cce7a44e05 | [log] [tgz] |
---|---|---|
author | Elly Fong-Jones <[email protected]> | Tue Jan 28 17:41:54 2020 |
committer | Commit Bot <[email protected]> | Tue Jan 28 17:41:54 2020 |
tree | 12212c28879005af110ce1210b0975dd3097ab0a | |
parent | 75458c57e98598eba51ae20916dd51dd17783b7d [diff] [blame] |
Re-re-reland "mac: roll to 10.15 SDK" This is a reland of fd84ab8a64f7c9b05631084c524b95201f5ed50f. This change: 1) Includes a new cipd package version that contains the 'size-classic' binary from the 10.15 SDK, missing in the original package 2) Can be coordinated with a re-land of the internal CL (https://chrome-internal-review.googlesource.com/c/chrome/src-internal/+/2404878) to keep the perf builders happy - they are stuck on the 10.14 SDK for reasons currently obscure. Original change's description: > mac: roll to 10.15 SDK > > This change rolls the hermetic Xcode to 11.2.1 aka 11B53, with the > 10.15 SDK. > > Bug: 1023913 > Change-Id: I072a57b5f9c93bc08984b05d0de3ea62886a59dd > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1964531 > Reviewed-by: Nico Weber <[email protected]> > Commit-Queue: Elly Fong-Jones <[email protected]> > Cr-Original-Commit-Position: refs/heads/master@{#725141} > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993723 > Cr-Commit-Position: refs/heads/master@{#730238} Bug: 1023913 Change-Id: I62d9e82673b2d3f4993fbd08654fed85c2319cfb Tbr: [email protected] Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022257 Reviewed-by: Elly Fong-Jones <[email protected]> Reviewed-by: Nico Weber <[email protected]> Commit-Queue: Elly Fong-Jones <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#735493} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024490 Cr-Commit-Position: refs/heads/master@{#735944}
diff --git a/build/mac_toolchain.py b/build/mac_toolchain.py index f50635c..56f640c 100755 --- a/build/mac_toolchain.py +++ b/build/mac_toolchain.py
@@ -28,10 +28,10 @@ import sys -# This contains binaries from Xcode 10.12.1, along with the 10.14 SDKs. To build -# this package, see comments in build/xcode_binaries.yaml +# This contains binaries from Xcode 11.2.1, along with the 10.15 SDKs (aka +# 11B53). To build this package, see comments in build/xcode_binaries.yaml MAC_BINARIES_LABEL = 'infra_internal/ios/xcode/xcode_binaries/mac-amd64' -MAC_BINARIES_TAG = 'yjQtk3auAegQO4t18uBtBlKbj76xBjVtLE-3UM2faRUC' +MAC_BINARIES_TAG = 'X5ZbqG_UKa-N64_XSBkAwShWPtzskeXhQRfpzc_1KUYC' # The toolchain will not be downloaded if the minimum OS version is not met. # 17 is the major version number for macOS 10.13.