roll: pigweed pw_toolchain_bazel: Add missing dep in Arm GCC
This is required for the toolchain to work correctly in remote
execution. Otherwise, you get errors like
https://btx.cloud.google.com/invocations/65a25799-ce1b-4c45-babe-8feef139aae0/targets
Original-Bug: 312215590
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236452
Original-Revision: f27cc845c43fe31a8f1f72225c7792bf02e0fcf7
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: ed299e5334927e..f27cc845c43fe3
Roller-URL: https://ci.chromium.org/b/8736524811258224001
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Icc18072b84dc9c416f3e8dd48f91432d2f491214
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/236552
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: 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 5a544ed..6c7ab0d 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -50,8 +50,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-17.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8736525414140122385.
- commit = "ed299e5334927edfb29e500cd4494670f17ab0cb",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736524811258224001.
+ commit = "f27cc845c43fe31a8f1f72225c7792bf02e0fcf7",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -59,8 +59,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-17.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8736525414140122385.
- commit = "ed299e5334927edfb29e500cd4494670f17ab0cb",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736524811258224001.
+ commit = "f27cc845c43fe31a8f1f72225c7792bf02e0fcf7",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)