Skip to content

Commit a14f74f

Browse files
authored
[CP] [devicelab] explicitly enable vulkan validation in test. (flutter#147382) (flutter#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 flutter#142659 this test expects validation layers on, so we need to explicitly enable them before we can turn them off by default.
1 parent b76707a commit a14f74f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/devicelab/bin/tasks/hello_world_impeller.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Future<TaskResult> run() async {
5454
'run',
5555
options: <String>[
5656
'--enable-impeller',
57+
'--enable-vulkan-validation',
5758
'-d',
5859
device.deviceId,
5960
],

0 commit comments

Comments
 (0)