roll: pigweed docs: Introduce Bazel-based docgen
Original-Bug: 318892911
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/237877
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 819e758453a9b47b17f45533f1eac2eae137395a
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 1767a9b4087e81..819e758453a9b4
Roller-URL: https://ci.chromium.org/b/8734959493887598561
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I3063fbe7ef49d3639d17453577a107e57dea19ad
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/240272
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 0cc947e..3c849d6 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,18 +48,18 @@
git_override(
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-10-04.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734973449270821825.
- commit = "1767a9b4087e81d1a458e70df8eaf3f3a0ff73b9",
+ # ROLL: Last updated 2024-10-05.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734959493887598561.
+ commit = "819e758453a9b47b17f45533f1eac2eae137395a",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
git_override(
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-10-04.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734973449270821825.
- commit = "1767a9b4087e81d1a458e70df8eaf3f3a0ff73b9",
+ # ROLL: Last updated 2024-10-05.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734959493887598561.
+ commit = "819e758453a9b47b17f45533f1eac2eae137395a",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)