mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 06:31:50 +08:00
Don't set windows sdk version
The recipe module can't handle newer cipd packages as some config files have moved, e.g.: https://logs.chromium.org/logs/crashpad/buildbucket/cr-buildbucket.appspot.com/8848596663620082288/+/steps/read_SetEnv.x86.json/0/stdout Disable until we can fix the recipe module in depot_tools. Change-Id: Iffe3458d8ab3fa677db3d373a256975beb0569bc Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2859473 Reviewed-by: Justin Cohen <justincohen@chromium.org>
This commit is contained in:
parent
b51b0b9c11
commit
2383125af0
@ -78,7 +78,11 @@ builder_mixins {
|
|||||||
dimensions: "os:Windows-10"
|
dimensions: "os:Windows-10"
|
||||||
recipe {
|
recipe {
|
||||||
properties: "target_os:win"
|
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\"}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user