aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-09-06 08:40:51 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-06 08:40:51 -0700
commitb2be02bb39351ed97e789f7d3e97c7180f72560f (patch)
tree2e5e61c5a88e87533362a16030b9563d634277ed /infra/bots
parentf54c00e817b1c659209fbc65bc584b21bf6be1e1 (diff)
Update Windows build to use VULKAN_SDK rather than VK_SDK_PATH
Diffstat (limited to 'infra/bots')
-rw-r--r--infra/bots/recipe_modules/flavor/default_flavor.py2
-rw-r--r--infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json2
2 files changed, 2 insertions, 2 deletions
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"
},