chromium-src-build/mac
Nico Weber 20016b0d4b mac: use mac_xcode_version = xcode_12_beta to request that version
https://ci.chromium.org/p/chromium/builders/ci/mac-arm64/345:

ValueError: unexpected AST node: <_ast.BinOp object at 0x110000e50> BinOp(left=Num(n=12), op=Sub(), right=Name(id='beta', ctx=Load())) (inside '12-beta')

Python’s ast treats a hyphen as a token that’s the subtraction operator,
and anything that begins with a digit as a token that’s a number. So
12-beta isn’t a good name, and neither is 12_beta or xcode-12-beta. But
xcode_12_beta should be just fine.

Bug: 1098454,1098738,1099242
Change-Id: I5a675e800764ddaa8e63b32d3b16e481d10bf51e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265141
Commit-Queue: Nico Weber <thakis@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Auto-Submit: Mark Mentovai <mark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782394}
GitOrigin-RevId: a64b3fb93de22114917f299725a8aa853180c5a2
2020-06-25 13:00:24 -07:00
..
OWNERS Update TEAM in OWNERS for build-related directories. 2020-05-20 17:39:31 +00:00
find_sdk.py mac: make find_sdk.py work when the sdk goes to 11 2020-06-25 12:57:26 -07:00
should_use_hermetic_xcode.py mac: use mac_xcode_version = xcode_12_beta to request that version 2020-06-25 13:00:24 -07:00
tweak_info_plist.gni [ios] Allow the additional plist to be generated 2020-05-19 13:37:51 +00:00
tweak_info_plist.py //build: Convert print statements to Python 3 style 2019-05-12 06:11:07 +00:00