Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c903bbb

Browse files
authored
Merge branch 'main' into turn-on-blur
2 parents e46236b + 6a687be commit c903bbb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

DEPS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': 'b541f668f531e5a2f18d84228d092e51a80268a9',
21+
'skia_revision': '9e89d96899f4c2fc8bee8cc70c32a30a2290ba6c',
2222

2323
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
@@ -36,9 +36,16 @@ vars = {
3636

3737
# As Dart does, we use Fuchsia's GN and Clang toolchain. These revision
3838
# should be kept up to date with the revisions pulled by Dart.
39+
#
3940
# The list of revisions for these tools comes from Fuchsia, here:
4041
# https://fuchsia.googlesource.com/integration/+/HEAD/toolchain
4142
# If there are problems with the toolchain, contact fuchsia-toolchain@.
43+
#
44+
# Note, if you are *manually* rolling clang (i.e. the auto-roll is disabled)
45+
# you'll need to run post-submits (i.e. for Clang Tidy) in order to test that
46+
# updates to Clang Tidy will not turn the tree red.
47+
#
48+
# See https://github.com/flutter/flutter/wiki/Engine-pre‐submits-and-post‐submits#post-submit
4249
'clang_version': 'git_revision:00396e6a1a0b79fda008cb4e86b616d7952b33c8',
4350

4451
# The goma version and the clang version can be tightly coupled. If goma

ci/licenses_golden/licenses_skia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 9b36b75fbfa6778d40617b222f69f6a4
1+
Signature: 778b31e37d775be5945121b8456c7507
22

33
====================================================================================================
44
LIBRARY: etc1

0 commit comments

Comments
 (0)