diff --git a/DEPS b/DEPS index 210dd5d7208..11c5a6b81c0 100644 --- a/DEPS +++ b/DEPS @@ -31,7 +31,7 @@ vars = { # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version. - 'canvaskit_cipd_instance': 'CQJGaIvKwSuYCIi4hxn3jdY-Pcrdkcnnu65ZVt18oW8C', + 'canvaskit_cipd_instance': 'iQ9eejGGY3XWlCgOfF0YbnatDx_JMjC1vlOZBj4s3bUC', # When updating the Dart revision, ensure that all entries that are # dependencies of Dart are also updated to match the entries in the diff --git a/engine/src/flutter/lib/web_ui/dev/canvaskit_roller.dart b/engine/src/flutter/lib/web_ui/dev/canvaskit_roller.dart index c85b9021cc4..7573113771b 100644 --- a/engine/src/flutter/lib/web_ui/dev/canvaskit_roller.dart +++ b/engine/src/flutter/lib/web_ui/dev/canvaskit_roller.dart @@ -47,6 +47,7 @@ Future main(List args) async { await cipdConfigFile.writeAsString(''' package: flutter/web/canvaskit_bundle description: A build of CanvasKit bundled with Flutter Web apps +preserve_writable: true data: - dir: canvaskit '''); @@ -56,7 +57,6 @@ data: 'create', '--tag=version:$canvaskitVersion', '--pkg-def=cipd.yaml', - '--preserve-writable', '--json-output=result.json', ], workingDirectory: canvaskitDirectory.path);