From b2be02bb39351ed97e789f7d3e97c7180f72560f Mon Sep 17 00:00:00 2001 From: bsalomon Date: Tue, 6 Sep 2016 08:40:51 -0700 Subject: Update Windows build to use VULKAN_SDK rather than VK_SDK_PATH BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2318633002 Review-Url: https://codereview.chromium.org/2318633002 --- infra/bots/recipe_modules/flavor/default_flavor.py | 2 +- .../swarm_compile.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'infra/bots') diff --git a/infra/bots/recipe_modules/flavor/default_flavor.py b/infra/bots/recipe_modules/flavor/default_flavor.py index 80a0a171df..149403c3ab 100644 --- a/infra/bots/recipe_modules/flavor/default_flavor.py +++ b/infra/bots/recipe_modules/flavor/default_flavor.py @@ -139,7 +139,7 @@ class DefaultFlavorUtils(object): make_cmd = ['python', 'make.py'] self.m.run.run_once(self.bootstrap_win_toolchain) if 'Vulkan' in self.m.vars.builder_name: - env['VK_SDK_PATH'] = self.m.vars.slave_dir.join('win_vulkan_sdk') + env['VULKAN_SDK'] = self.m.vars.slave_dir.join('win_vulkan_sdk') else: make_cmd = ['make'] cmd = make_cmd + [target] diff --git a/infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json b/infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json index f3bd0c024b..e483924f7d 100644 --- a/infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json +++ b/infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json @@ -100,7 +100,7 @@ "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_vulkan=1 skia_vulkan_debug_layers=0 skia_warnings_as_errors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0", "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]", "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86_64-Release-Vulkan", - "VK_SDK_PATH": "[SLAVE_BUILD]\\win_vulkan_sdk" + "VULKAN_SDK": "[SLAVE_BUILD]\\win_vulkan_sdk" }, "name": "build most" }, -- cgit v1.2.3