aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/run/api.py
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-02-13 16:06:04 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-14 15:26:47 +0000
commitafe6cae2bac73b51f051f87c56b44cc4e164e688 (patch)
tree7ecacefde83352b250769efe96a00799f772848f /infra/bots/recipe_modules/run/api.py
parent0ee866dac78b60497b4c107995d3c2747309ef8b (diff)
Do not copy vulkan-1.dll to Win bots.
Previously, we needed vulkan-1.dll from the Vulkan runtime because some drivers did not include the Vulkan loader. Now, all drivers include this DLL and using the version from assets causes problems for newer Intel drivers. Bug: skia:7490 Change-Id: I7bd37fb0d2c88a4753f354ab2bc88761562ced2f Reviewed-on: https://skia-review.googlesource.com/107060 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/run/api.py')
-rw-r--r--infra/bots/recipe_modules/run/api.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/infra/bots/recipe_modules/run/api.py b/infra/bots/recipe_modules/run/api.py
index 1516f4a10a..e11daf84f6 100644
--- a/infra/bots/recipe_modules/run/api.py
+++ b/infra/bots/recipe_modules/run/api.py
@@ -26,7 +26,6 @@ BUILD_PRODUCTS_ISOLATE_WHITELIST = [
'skia_launcher',
'skiaserve',
'lib/*.so',
- 'vulkan-1.dll',
]