roll: pigweed, pw_toolchain: pw_unit_test: Introduce googtest_platform
This is intended as a workaround for
https://github.com/bazelbuild/bazel/issues/23003 only, and will be
deleted soon. Do not depend on any targets introduced in this CL from
outside Pigweed!
I verified that with this change and updates to
`target_compatible_with`, http://pwrev.dev/221036 doesn't get any
Bazel-level errors. (It still doesn't build, but the errors I get come
from the C++ compiler, not Bazel---something about missing headers.)
Original-Bug: 352808542
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/222812
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: e15bd2067e7a244..990ed9bb2f16bec
Roller-URL: https://ci.chromium.org/b/8742574672140296577
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I531f21e6c3204955c91359c430c0ad49c124e1e0
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/222643
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/WORKSPACE b/WORKSPACE
index 105539a..ba7f466 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -84,8 +84,8 @@
name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-07-12.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8742575074620180497.
- commit = "e15bd2067e7a244ff3d8d2c33468407865367af3",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8742574672140296577.
+ commit = "990ed9bb2f16bec98ee00a6ae5748ad9106c724e",
remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
)
@@ -93,8 +93,8 @@
name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-07-12.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8742575074620180497.
- commit = "e15bd2067e7a244ff3d8d2c33468407865367af3",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8742574672140296577.
+ commit = "990ed9bb2f16bec98ee00a6ae5748ad9106c724e",
remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
strip_prefix = "pw_toolchain_bazel",
)