roll: pigweed .bazelrc: Build with --strip=never

Pigweed does not distribute ELF files, so there is no need to strip
debug symbols from binaries.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/244253
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 1edfda465d8a87be1d5a40b647ee178c2898cf0a

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: fb74d9b42251fa..1edfda465d8a87
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8733248350532628209
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I35948195467f38b16bffa13d51adf62afed5d2c7
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/244126
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: 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 dd6f535..cd0256d 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-23.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733251228601883537.
-    commit = "fb74d9b42251fa9d00c0afc555dcaae8c0677324",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733248350532628209.
+    commit = "1edfda465d8a87be1d5a40b647ee178c2898cf0a",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -58,8 +58,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-23.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733251228601883537.
-    commit = "fb74d9b42251fa9d00c0afc555dcaae8c0677324",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733248350532628209.
+    commit = "1edfda465d8a87be1d5a40b647ee178c2898cf0a",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )