@@ -214,34 +214,6 @@ Resources:
2142142. LUCI web [recipe][5]
2152153. More general reading on CIPD packages [link][6]
216216
217- # ## Rolling CanvasKit
218-
219- CanvasKit is versioned separately from Skia and rolled manually. Flutter
220- consumes a pre-built CanvasKit provided by the Skia team, currently hosted on
221- unpkg.com. When a new version of CanvasKit is available (check
222- https://www.npmjs.com/package/canvaskit-wasm or consult the Skia team
223- directly), follow these steps to roll to the new version :
224-
225- - Make sure you have `depot_tools` installed (if you are regularly hacking on
226- the engine code, you probably do).
227- - If not already authenticated with CIPD, run `cipd auth-login` and follow
228- instructions (this step requires sufficient privileges; file a github
229- infra ticket queue issue : https://github.com/flutter/flutter/wiki/Infra-Ticket-Queue
230- to get access)
231- - Edit `dev/canvaskit_lock.yaml` and update the value of `canvaskit_version`
232- to the new version.
233- - Run `dart dev/canvaskit_roller.dart` and make sure it completes successfully.
234- The script uploads the new version of CanvasKit to the
235- ` flutter/web/canvaskit_bundle` CIPD package, and writes the CIPD package
236- instance ID to the DEPS file.
237- - Rerun `gclient sync` and do a clean build to test that the new version is
238- picked up.
239- - Send a pull request containing the above file changes. If the new version
240- contains breaking changes, the PR must also contain corresponding fixes.
241-
242- If you have questions, contact the Flutter Web team on Flutter Discord on the
243- # hackers-web-🌍 channel.
244-
245217# ## Rolling Noto Font Data
246218
247219In order to generate new data for the Noto fallback fonts, you will need
0 commit comments