aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorJordan Bayles <jophba@chromium.org>2020-09-16 09:15:37 -0700
committerJordan Bayles <jophba@chromium.org>2020-09-16 16:16:17 +0000
commit7159d1a56e7d1f4aeee4be1ba85bbb766ac71c79 (patch)
tree561e28e2ae8ef47b0dcebb67c275ef988a38387e /infra
parentd735d4ec272c90259ed678b029918892abbd372a (diff)
downloadopenscreen-7159d1a56e7d1f4aeee4be1ba85bbb766ac71c79.tar.gz
Fix Mac OS X builders
Currently, the mac builders require version 10.13, which is no longer available. This patch updates to 10.14. Some 10.15 bots are only, but the OSX SDK is not defined for them yet. TBR=miu@chromium.org Change-Id: Ie3872423fcec168b72b2849ff7a19d4034d8921d Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2414629 Reviewed-by: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'infra')
-rw-r--r--infra/config/global/cr-buildbucket.cfg11
1 files changed, 5 insertions, 6 deletions
diff --git a/infra/config/global/cr-buildbucket.cfg b/infra/config/global/cr-buildbucket.cfg
index 0c456ea6..186e332d 100644
--- a/infra/config/global/cr-buildbucket.cfg
+++ b/infra/config/global/cr-buildbucket.cfg
@@ -91,18 +91,17 @@ builder_mixins {
# NOTE: The OS version here will determine which version of XCode is being
# used. Relevant links; so you and I never have to spend hours finding this
- # stuff all over again to fix things like https://crbug.com/openscreen/86:
+ # stuff all over again to fix things like https://crbug.com/openscreen/86
#
# 1. The recipe code that uses the "osx_sdk" recipe module:
#
- # https://cs.chromium.org/chromium/build/scripts/slave/recipes
- # /openscreen.py?rcl=671f9f1c5f5bef81d0a39973aa8729cc83bb290e&l=74
+ # https://cs.chromium.org/chromium/build/scripts/slave/recipes/openscreen.py?rcl=671f9f1c5f5bef81d0a39973aa8729cc83bb290e&l=74
#
# 2. The XCode version look-up table in the "osx_sdk" recipe module:
#
- # https://cs.chromium.org/chromium/tools/depot_tools/recipes/recipe_modules
- # /osx_sdk/api.py?rcl=fe18a43d590a5eac0d58e7e555b024746ba290ad&l=26
- dimensions: "os:Mac-10.13"
+ # https://cs.chromium.org/chromium/tools/depot_tools/recipes/recipe_modules/osx_sdk/api.py?l=26
+ #
+ dimensions: "os:Mac-10.14"
caches: {
# Cache for mac_toolchain tool and XCode.app used in recipes.