| commit | 06d8be3a62812e60279680cad15163bd3ceda32c | [log] [tgz] |
|---|---|---|
| author | pigweed-roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> | Thu May 08 19:21:41 2025 -0700 |
| committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 08 19:21:41 2025 -0700 |
| tree | 1d33811404de770a713f85385fc25d8da2a33684 | |
| parent | 8c69a624c3a0f660eba8ae528b4415c26e82f056 [diff] |
roll: pigweed 98be709..0964137 (3 commits) 0964137:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/289392 pw_module: Do not generate references to pigweed.bzl b137011:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/286932 pw_async2: Support optional task names 2d02a6f:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/289873 pw_hdlc: Workaround for PRIu64 newlib error Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 98be7092e9b543..0964137f43f23b Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8715386112747570721 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I4d5cab5d3fadf8fae06bfc2485a000ffe97c110e Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/289798 Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index 495bc80..5241540 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -40,9 +40,9 @@ git_override( module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2025-05-08. - # ROLL: By https://cr-buildbucket.appspot.com/build/8715397148294461361. - commit = "98be7092e9b5430d3a20c445c456941332f89652", + # ROLL: Last updated 2025-05-09. + # ROLL: By https://cr-buildbucket.appspot.com/build/8715386112747570721. + commit = "0964137f43f23bf1d80e8f0d36278ff1128a884a", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )