Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Issue 2814843003: Specify the SDK version when running vcvarsall.bat (Closed)

Created:
3 years, 8 months ago by brucedawson
Modified:
3 years, 8 months ago
Reviewers:
scottmg
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Specify the SDK version when running vcvarsall.bat Chromium requires the 10.0.14393.0 SDK to build. Previous versions don't have all of the required declarations, and 10.0.15063.0 is buggy (it includes a file that it doesn't ship with). So, we request 10.0.14393.0 exactly. This will fail if that SDK version is not installed. The bug for the brokenness of 15063 is here: https://developercommunity.visualstudio.com/content/problem/42961/15063-sdk-is-broken-bitsh-indirectly-references-no.html Old SDKs (such as 14393) can be found here: https://developer.microsoft.com/en-us/windows/downloads/sdk-archive R=scottmg@chromium.org Review-Url: https://codereview.chromium.org/2814843003 Cr-Commit-Position: refs/heads/master@{#463830} Committed: https://chromium.googlesource.com/chromium/src/+/b70a415b3e9b474d2de29120f625b48c1b476c0e

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M build/toolchain/win/setup_toolchain.py View 1 chunk +4 lines, -1 line 2 comments Download

Messages

Total messages: 15 (9 generated)
brucedawson
I think this makes Chromium builds more resilient in the face of Microsoft's broken 15063 ...
3 years, 8 months ago (2017-04-11 21:19:05 UTC) #5
scottmg
https://codereview.chromium.org/2814843003/diff/1/build/toolchain/win/setup_toolchain.py File build/toolchain/win/setup_toolchain.py (right): https://codereview.chromium.org/2814843003/diff/1/build/toolchain/win/setup_toolchain.py#newcode146 build/toolchain/win/setup_toolchain.py:146: variables = _LoadEnvFromBat(args) I don't think this works on ...
3 years, 8 months ago (2017-04-11 21:23:19 UTC) #8
scottmg
On 2017/04/11 21:23:19, scottmg wrote: > https://codereview.chromium.org/2814843003/diff/1/build/toolchain/win/setup_toolchain.py > File build/toolchain/win/setup_toolchain.py (right): > > https://codereview.chromium.org/2814843003/diff/1/build/toolchain/win/setup_toolchain.py#newcode146 > ...
3 years, 8 months ago (2017-04-11 21:25:04 UTC) #9
brucedawson
https://codereview.chromium.org/2814843003/diff/1/build/toolchain/win/setup_toolchain.py File build/toolchain/win/setup_toolchain.py (right): https://codereview.chromium.org/2814843003/diff/1/build/toolchain/win/setup_toolchain.py#newcode146 build/toolchain/win/setup_toolchain.py:146: variables = _LoadEnvFromBat(args) On 2017/04/11 21:23:19, scottmg wrote: > ...
3 years, 8 months ago (2017-04-11 21:40:59 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2814843003/1
3 years, 8 months ago (2017-04-11 23:15:03 UTC) #12
commit-bot: I haz the power
3 years, 8 months ago (2017-04-11 23:22:19 UTC) #15
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/b70a415b3e9b474d2de29120f625...

Powered by Google App Engine
This is Rietveld 408576698