| commit | 286ac2ce07385edf135445d828bc92540043b48a | [log] [tgz] |
|---|---|---|
| author | pigweed-roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> | Fri Jun 20 14:26:12 2025 -0700 |
| committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 20 14:26:12 2025 -0700 |
| tree | 2164455d4f7657180b18f89ebd54dad476166d9f | |
| parent | 577d356310dc2f3730955406c62143ce23b67fa2 [diff] |
roll: pigweed 3bc79c1..501b3f6 (3 commits) 501b3f6:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/297735 pw_kernel: Pass static storage to main function 78689f8:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/297893 pw_kernel: Pass contexts to thread entry points f829ce9:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/299752 pw_kernel: Fix bug with passing two arguments to thread mains Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 3bc79c144e2c96..501b3f6e2b069f Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8711509642684981073 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I881b5ad0a1d50a7832783ec5d75e966cc8b3f29a Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/299735 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index 443a0c8..c876569 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-06-20. - # ROLL: By https://cr-buildbucket.appspot.com/build/8711520677479552401. - commit = "3bc79c144e2c968475e7f5ac67bdc36d9e7e33d6", + # ROLL: By https://cr-buildbucket.appspot.com/build/8711509642684981073. + commit = "501b3f6e2b069f4176be5ac26856e3a28d9936b5", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )