roll: pigweed pw_ide: Strip forwarded `run` arguments
Feeding arguments intended to be forwarded to a `bazel run`'s target
executable breaks the `bazel build` invocation of the compile commands
for the incoming command. This ensures the trailing aruments are
properly stripped so the `build` command only contains the build-related
invocation details.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/331237
Original-Revision: d390baa10ed74e080a3651cbd93e2b623f70dddf
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: c4824bf1525fd6..d390baa10ed74e
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8701358159245549857
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ie5cffdfec91f8268ec85426d9191ef5a7bbd22b5
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/331332
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index d0e786e..349338f 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -42,8 +42,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2025-10-10.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8701369194380546673.
-    commit = "c4824bf1525fd67ca646b838ad32f9a6c7e3a7b4",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8701358159245549857.
+    commit = "d390baa10ed74e080a3651cbd93e2b623f70dddf",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )