aboutsummaryrefslogtreecommitdiff
path: root/go_repositories.bzl
diff options
context:
space:
mode:
authorskia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>2023-09-06 04:06:42 +0000
committerSkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com>2023-09-06 04:50:43 +0000
commit619eef2d0d67294f849ed0068af8fc70eb406d9d (patch)
tree6421f53ec676787f75bb94d4f2aac72d5d72a8e4 /go_repositories.bzl
parent72d57724bcb85dcaae40348ecf4de57dc0bc2c3d (diff)
downloadskia-619eef2d0d67294f849ed0068af8fc70eb406d9d.tar.gz
Roll Skia Infra from f5590cb5133d to cba82c7c6f4a (5 revisions)
https://skia.googlesource.com/buildbot.git/+log/f5590cb5133d..cba82c7c6f4a 2023-09-05 lovisolo@google.com os_steps.go: Allow overriding behavior of os_Steps.TempDir via context key. 2023-09-05 gavinmak@google.com [autoroller] Report revision update latency 2023-09-05 sunxiaodi@google.com [Pinpoint] create culprit detection protos for bisection 2023-09-05 jcgregorio@google.com [perf] Display commit time on hover. 2023-09-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from 959bb251c386 to f5590cb5133d (1 revision) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/infra-skia Please CC rmistry@google.com,skiabot@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia Infra: https://bugs.chromium.org/p/skia/issues/entry 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: None Tbr: rmistry@google.com Change-Id: I743711e00b294b494718266397b937b184ac0472 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/752137 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Diffstat (limited to 'go_repositories.bzl')
-rw-r--r--go_repositories.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/go_repositories.bzl b/go_repositories.bzl
index 04e79a500c..e9553d1565 100644
--- a/go_repositories.bzl
+++ b/go_repositories.bzl
@@ -3080,8 +3080,8 @@ def go_repositories():
go_repository(
name = "org_skia_go_infra",
importpath = "go.skia.org/infra",
- sum = "h1:JBd/8D0tRHOPtoaX8mvzjRvSIHVal3HlX77SORwlNxY=",
- version = "v0.0.0-20230904042911-f5590cb5133d",
+ sum = "h1:taTKlNh18t/d/TYH6p3zVbRGg2pQOObeytM3Zkgy7rs=",
+ version = "v0.0.0-20230905203040-cba82c7c6f4a",
)
go_repository(
name = "org_uber_go_atomic",