mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[web] reupload CanvasKit 0.32.0 with correct file permissions (flutter/engine#31027)
This commit is contained in:
parent
c11791240a
commit
dd9f319fd2
2
DEPS
2
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
|
||||
|
||||
@ -47,6 +47,7 @@ Future<void> main(List<String> 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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user