Skip to content

Commit

Permalink
Reland "Bump Windows SDK to 10.0.19041.0"
Browse files Browse the repository at this point in the history
This is a reland of 020da53

Original change's description:
> Bump Windows SDK to 10.0.19041.0
>
> Change-Id: Id0c308a838a8b94ce7d24369ffd168a10730a30a
> Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3256822
> Reviewed-by: Mark Mentovai <[email protected]>
> Commit-Queue: Mark Mentovai <[email protected]>

Change-Id: I9e8d14415c12c28b6a230b689d3b791a086d7a06
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3260604
Commit-Queue: Alex Gough <[email protected]>
Reviewed-by: Mark Mentovai <[email protected]>
  • Loading branch information
quidity authored and Crashpad LUCI CQ committed Nov 4, 2021
1 parent b50484d commit 44f5668
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ deps = {
'packages': [
{
'package': 'chrome_internal/third_party/sdk/windows',
'version': 'uploaded:2018-06-13'
'version': 'uploaded:2021-04-28'
},
],
'condition': 'checkout_win and pull_win_toolchain',
Expand Down
20 changes: 20 additions & 0 deletions infra/config/generated/cr-buildbucket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,11 @@ buckets {
}
properties:
'{'
' "$depot_tools/windows_sdk": {'
' "sdk_properties": {'
' "version": "uploaded:2021-04-28"'
' }'
' },'
' "$gatekeeper": {'
' "group": "client.crashpad"'
' },'
Expand Down Expand Up @@ -483,6 +488,11 @@ buckets {
}
properties:
'{'
' "$depot_tools/windows_sdk": {'
' "sdk_properties": {'
' "version": "uploaded:2021-04-28"'
' }'
' },'
' "$gatekeeper": {'
' "group": "client.crashpad"'
' },'
Expand Down Expand Up @@ -922,6 +932,11 @@ buckets {
}
properties:
'{'
' "$depot_tools/windows_sdk": {'
' "sdk_properties": {'
' "version": "uploaded:2021-04-28"'
' }'
' },'
' "$kitchen": {'
' "devshell": true,'
' "git_auth": true'
Expand Down Expand Up @@ -952,6 +967,11 @@ buckets {
}
properties:
'{'
' "$depot_tools/windows_sdk": {'
' "sdk_properties": {'
' "version": "uploaded:2021-04-28"'
' }'
' },'
' "$kitchen": {'
' "devshell": true,'
' "git_auth": true'
Expand Down
7 changes: 7 additions & 0 deletions infra/config/main.star
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@ def crashpad_properties(platform, cpu, config, bucket):
if cpu != "x64":
properties["target_cpu"] = cpu

if platform == "win":
properties["$depot_tools/windows_sdk"] = {
"sdk_properties": {
"version": "uploaded:2021-04-28",
},
}

if bucket == "ci":
properties["$gatekeeper"] = {
"group": "client.crashpad",
Expand Down

0 comments on commit 44f5668

Please sign in to comment.