Roll Skia from bf214d666a61 to 898b4cc27ebb (1 revision) https://skia.googlesource.com/skia.git/+log/bf214d666a61..898b4cc27ebb 2026-05-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from a89472f1bea4 to 1e3576271edf (4 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-lottie-ci-autoroll Please CC kjlubick@google.com,skiabot@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Cq-Include-Trybots: skia/skia.primary:Housekeeper-PerCommit-InfraTests Tbr: kjlubick@google.com Change-Id: Id6679d3e39475cad1cca4651f45319d949de6d45 Reviewed-on: https://skia-review.googlesource.com/c/lottie-ci/+/1224998 Commit-Queue: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS index a7b864b..a96f587 100644 --- a/DEPS +++ b/DEPS
@@ -11,7 +11,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and whatever else without interference from each other. - 'skia_revision': 'bf214d666a61efd194cc784bdd9f2a724b0fc3db', + 'skia_revision': '898b4cc27ebb067314c8d5fb3395623e29d4d892', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and whatever else without interference from each other.
diff --git a/go.mod b/go.mod index 40a7bb4..4a9f9f2 100644 --- a/go.mod +++ b/go.mod
@@ -67,7 +67,7 @@ go.opentelemetry.io/otel v1.37.0 // indirect go.opentelemetry.io/otel/metric v1.37.0 // indirect go.opentelemetry.io/otel/trace v1.37.0 // indirect - go.skia.org/infra v0.0.0-20260501004452-a89472f1bea4 // indirect + go.skia.org/infra v0.0.0-20260501055612-1e3576271edf // indirect golang.org/x/crypto v0.41.0 // indirect golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect golang.org/x/net v0.43.0 // indirect
diff --git a/go.sum b/go.sum index d4a74e1..10388d7 100644 --- a/go.sum +++ b/go.sum
@@ -1288,6 +1288,8 @@ go.skia.org/infra v0.0.0-20260430000435-cb5054201166/go.mod h1:t3pSnCwOGTDvvhSDyUH6TNG3bxySLTElC22WKxOxzzU= go.skia.org/infra v0.0.0-20260501004452-a89472f1bea4 h1:uE4C5LpdkjYz7tFbwmlxVkrO7edbp19iDMjrO44P2ZA= go.skia.org/infra v0.0.0-20260501004452-a89472f1bea4/go.mod h1:t3pSnCwOGTDvvhSDyUH6TNG3bxySLTElC22WKxOxzzU= +go.skia.org/infra v0.0.0-20260501055612-1e3576271edf h1:y8UKODy8k0aPqe/6Q0PldtDI7Aztwh1FOqXhSxt5PnU= +go.skia.org/infra v0.0.0-20260501055612-1e3576271edf/go.mod h1:t3pSnCwOGTDvvhSDyUH6TNG3bxySLTElC22WKxOxzzU= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=