roll: pigweed pw_thread: Simplify disabling join() function when not supported
Use a bool instead of a type to simplify disabling the join function and
fix a minor style issue (kUnusedType used constant style).
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/257913
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 717e4f58092e947eba23afb8be099d2ccf1247c3
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 0891a72c042e3e..717e4f58092e94
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8726709774804263249
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I3b8c220410e510a207249d9e783a673c167cf43a
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/258032
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index b6b960a..5950b59 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -41,18 +41,18 @@
git_override(
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2025-01-03.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8726720636125771249.
- commit = "0891a72c042e3ed0a374b85c8ba769aeb2ea0e1a",
+ # ROLL: Last updated 2025-01-04.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8726709774804263249.
+ commit = "717e4f58092e947eba23afb8be099d2ccf1247c3",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
git_override(
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2025-01-03.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8726720636125771249.
- commit = "0891a72c042e3ed0a374b85c8ba769aeb2ea0e1a",
+ # ROLL: Last updated 2025-01-04.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8726709774804263249.
+ commit = "717e4f58092e947eba23afb8be099d2ccf1247c3",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)