From 2d7678d61fb68a2c9060a9fad8ebabf4e0053576 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Wed, 6 Jun 2018 11:51:31 -0400 Subject: Update MSVS toolchain for bots: MSVC 14.14.26428 SDK 10.0.17134.0 Docs-Preview: https://skia.org/?cl=132409 Change-Id: I02686531804ac026b92bceed29dc28d246fe4902 Reviewed-on: https://skia-review.googlesource.com/132409 Reviewed-by: Ben Wagner Reviewed-by: Ben Wagner Commit-Queue: Brian Osman --- site/user/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site') diff --git a/site/user/build.md b/site/user/build.md index c9d17b4ec1..899a11b581 100644 --- a/site/user/build.md +++ b/site/user/build.md @@ -257,8 +257,8 @@ The bots use a packaged 2017 toolchain, which Googlers can download like this: You can then pass the VC and SDK paths to GN by setting your GN args: - win_vc = "C:\toolchain\depot_tools\win_toolchain\vs_files\a9e1098bba66d2acccc377d5ee81265910f29272\VC" - win_sdk = "C:\toolchain\depot_tools\win_toolchain\vs_files\a9e1098bba66d2acccc377d5ee81265910f29272\win_sdk" + win_vc = "C:\toolchain\depot_tools\win_toolchain\vs_files\5454e45bf3764c03d3fc1024b3bf5bc41e3ab62c\VC" + win_sdk = "C:\toolchain\depot_tools\win_toolchain\vs_files\5454e45bf3764c03d3fc1024b3bf5bc41e3ab62c\win_sdk" This toolchain is the only way we support 32-bit builds, by also setting `target_cpu="x86"`. There is also a corresponding 2015 toolchain, downloaded via `infra/bots/assets/win_toolchain_2015`. -- cgit v1.2.3