mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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.
This commit is contained in:
parent
b76707abb0
commit
a14f74ff3a
@ -54,6 +54,7 @@ Future<TaskResult> run() async {
|
||||
'run',
|
||||
options: <String>[
|
||||
'--enable-impeller',
|
||||
'--enable-vulkan-validation',
|
||||
'-d',
|
||||
device.deviceId,
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user