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

Unified Diff: infra/bots/recipe_modules/flavor/default_flavor.py

Issue 2318633002: Update Windows build to use VULKAN_SDK rather than VK_SDK_PATH (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/gpu.gyp ('k') | infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipe_modules/flavor/default_flavor.py
diff --git a/infra/bots/recipe_modules/flavor/default_flavor.py b/infra/bots/recipe_modules/flavor/default_flavor.py
index 80a0a171df25deb12e0461c17d6013b5c7885d01..149403c3abf7e899fe687bdfe4edb76e21975b97 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]
« no previous file with comments | « gyp/gpu.gyp ('k') | infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698