roll: pigweed pw_allocator: Add module config
This adds two new options:
* PW_ALLOCATOR_STRICT_VALIDATION, to allow optionally enabling more
expensive checks that can be used to aggressively enforce invariants
when testing. This option is not used in the current CL, but is used by
subsequent CLs.
* PW_ALLOCATOR_BLOCK_POISON_INTERVAL, to allow setting the poisoning
rate more easily from the build rather than in code via a template
parameter.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/232211
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: d5fcc90b39ee7568855390535fa854cea8f33c95
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: a5c19d3dff644a..d5fcc90b39ee75
Roller-URL: https://ci.chromium.org/b/8736498964886782913
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I5bdf4e6a184816020006c5ed5dd3d40346c5bae0
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/236489
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 12c9591..b0be7bc 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,18 +49,18 @@
git_override(
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-09-17.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8736505535126725985.
- commit = "a5c19d3dff644a013df48126c4a085fd7556d715",
+ # ROLL: Last updated 2024-09-18.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736498964886782913.
+ commit = "d5fcc90b39ee7568855390535fa854cea8f33c95",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
git_override(
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/8736505535126725985.
- commit = "a5c19d3dff644a013df48126c4a085fd7556d715",
+ # ROLL: Last updated 2024-09-18.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736498964886782913.
+ commit = "d5fcc90b39ee7568855390535fa854cea8f33c95",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)