Skip to content
Snippets Groups Projects
Unverified Commit a14f74ff authored by Kevin Chisholm's avatar Kevin Chisholm Committed by GitHub
Browse files

[CP] [devicelab] explicitly enable vulkan validation in test. (#147382) (#148863)

Fix for release build failure https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_pixel_7pro%20hello_world_impeller/3962/overview

Part of https://github.com/flutter/flutter/issues/142659

this test expects validation layers on, so we need to explicitly enable them before we can turn them off by default.
parent b76707ab
No related branches found
No related tags found
1 merge request!1Roll Packages from 611aea1657fb to 28d126c54c63 (1 revision) (#145690)
...@@ -54,6 +54,7 @@ Future<TaskResult> run() async { ...@@ -54,6 +54,7 @@ Future<TaskResult> run() async {
'run', 'run',
options: <String>[ options: <String>[
'--enable-impeller', '--enable-impeller',
'--enable-vulkan-validation',
'-d', '-d',
device.deviceId, device.deviceId,
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment