commit | 53733745fe2205ca8070efbd8686ecf1b0f7b8b4 | [log] [tgz] |
---|---|---|
author | Erik Gilling <konkers@pigweed.infra.roller.google.com> | Mon Mar 03 20:59:04 2025 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 03 20:59:04 2025 -0800 |
tree | 0c89788b17cd360ab8ef5bda50ced13064b83ac1 | |
parent | 468f84528369cafe161e13f49279b23751ff802b [diff] |
roll: pigweed pw_kernel: Support dyn types with ForeignBox Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272692 Original-Revision: 04dc1da93d349612114f0df94e5e66642c566e3b Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 42492303110d25..04dc1da93d3496 Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8721355626472469057 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I406ef58322945e46404eedba6a7f83bea227b353 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/272516 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 c2fa77d..ef2da63 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -41,8 +41,8 @@ module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2025-03-04. - # ROLL: By https://cr-buildbucket.appspot.com/build/8721366659929075025. - commit = "42492303110d25b7ffbb4a2b75681e6ce4dd208d", + # ROLL: By https://cr-buildbucket.appspot.com/build/8721355626472469057. + commit = "04dc1da93d349612114f0df94e5e66642c566e3b", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )