roll: pigweed 8706efb..462b37b (8 commits)
462b37b:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/231914 pw_crypto: Add BoringSSL backend for AES
3ccae47:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/256655 pw_spi_mcuxpresso: Use module constraint
628fefa:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/257312 pw_toolchain: Clang can specify path to gcc toolchain
48c5ba9:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/253773 pw_system: Handle client disconnection for socket based I/O
e88f3c4:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/253753 pw_chrono/snapshot: Add support for clock names
e7380e5:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/253772 pw_stream: Add ready method to socket stream
9cb5a89:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/257113 pw_build_android: Tweak docs with more detail on dep target types
c3fd517:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/258173 pw_bluetooth_proxy: Use switch statement with H4PacketType
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 8706efb9847543..462b37b0820e28
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8726450524713364721
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Id94802749df277a422f2f1c2965e69351ea5e9fe
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/258435
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 14546dd..d39821f 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-01-06.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8726461561393963713.
- commit = "8706efb9847543d226c5cb17494faffcd034cfa0",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8726450524713364721.
+ commit = "462b37b0820e284069b8e42f6e61438177b60cb7",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -50,8 +50,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2025-01-06.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8726461561393963713.
- commit = "8706efb9847543d226c5cb17494faffcd034cfa0",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8726450524713364721.
+ commit = "462b37b0820e284069b8e42f6e61438177b60cb7",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)