roll: pigweed pw_allocator: Add UniquePtr::MakeUniqueArray
This CL adds MakeUniqueArray to UniquePtr, which allows
UniquePtr to hold an array of elements.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/239913
Original-Revision: 9aae89c7bab1de5a914c462f814fec6528e27a0f
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 60e7e4fa95cbab..9aae89c7bab1de
Roller-URL: https://ci.chromium.org/b/8734514386323371425
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ief93986cc985766a57df0af7aebfd67d6402a09c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/241312
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 92750e1..5607576 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-09.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734519780643434529.
- commit = "60e7e4fa95cbabcd0b6cb8948d90d8ba15e92919",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734514386323371425.
+ commit = "9aae89c7bab1de5a914c462f814fec6528e27a0f",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -57,8 +57,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-09.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734519780643434529.
- commit = "60e7e4fa95cbabcd0b6cb8948d90d8ba15e92919",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734514386323371425.
+ commit = "9aae89c7bab1de5a914c462f814fec6528e27a0f",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)