diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg index a3cdb394..6dd87876 100644 --- a/cr-buildbucket.cfg +++ b/cr-buildbucket.cfg @@ -78,7 +78,11 @@ builder_mixins { dimensions: "os:Windows-10" recipe { properties: "target_os:win" - properties_j: "$depot_tools/windows_sdk:{\"version\":\"uploaded:2021-04-28\"}" + # This is the correct syntax to set the property, however, the depot_tools + # recipe needs updating to deal with a newer SDK package, so disable + # temporarily (so that the recipe module uses its default cipd package + # version). + # properties_j: "$depot_tools/windows_sdk:{\"version\":\"uploaded:2021-04-28\"}" } }