From dd9f319fd2b48d39a88bc1f876c01c302ccddd6d Mon Sep 17 00:00:00 2001 From: Yegor Date: Mon, 24 Jan 2022 11:01:33 -0800 Subject: [PATCH] [web] reupload CanvasKit 0.32.0 with correct file permissions (flutter/engine#31027) --- DEPS | 2 +- engine/src/flutter/lib/web_ui/dev/canvaskit_roller.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);