You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/recipes/recipe_modules
Robert Iannucci 2dbb3f399a [recipe_modules/osx_sdk] Rewrite osx_sdk module to not rely on platform.mac_release.
Since macOS 11, the underlying python `platform.mac_vers()` call
that mac_release is populated from returns "10.16" on all versions
of macOS.

Switch this to just shell out to `sw_vers` to pick up the current
platform version instead.

Non-trivial downstream rolls are because `api.platform.mac_release`
no longer mocks the version of the SDK installed... however it would
be better to set this by just using the explicit sdk_version property.

R=yueshe@google.com

Bug: 331252586
Recipe-Nontrivial-Roll: build_limited
Recipe-Nontrivial-Roll: infra
Recipe-Nontrivial-Roll: build
Change-Id: I41a27383f67db4835ba84b7a47813884879818cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5394351
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Auto-Submit: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Yue She <yueshe@google.com>
1 year ago
..
bot_update Upload git traces if bot_update doesn't exit with ok_ret 2 years ago
depot_tools Reland "Drop py2 support in recipe modules" 2 years ago
gclient recipe_modules/gclient: Exclude non-set properties 2 years ago
gerrit recipes: Remove unnecessary use of defer_results 2 years ago
git [recipe_modules/git] Set checkout_dir in tests/number.py. 1 year ago
git_cl Reland "Drop py2 support in recipe modules" 2 years ago
gitiles Reland "Drop py2 support in recipe modules" 2 years ago
gsutil Reland "Drop py2 support in recipe modules" 2 years ago
osx_sdk [recipe_modules/osx_sdk] Rewrite osx_sdk module to not rely on platform.mac_release. 1 year ago
presubmit Switch to using issues.chromium.org bug links 2 years ago
tryserver Reland "Drop py2 support in recipe modules" 2 years ago
windows_sdk Reland "Drop py2 support in recipe modules" 2 years ago
OWNERS