roll: pigweed pw_bluetooth_sapphire: Cleanup compatibility attrs
Remove explicitly specified `target_compatible_with` from `@fuchsia_sdk`
builddefs, as those will now specify reasonable defaults as of
https://fxrev.dev/1122314.
Also cleans up usages of `fuchsia_test_package` which was because we
couldn't have `testonly = True` `fuchsia_package`s:
https://fxrev.dev/1122912.
Note: This change does not obviate the need to specify
`tags = ["manual"]` on packages. It is still recommended to do this to
avoid bloating the non-fuchsia linux-amd64 `//...` build graphs.
Original-Fixed: 364326159
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/237452
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: ba98cd9950c660f42071b5085c9a81b2139f1c28
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: f6a7bb78175444..ba98cd9950c660
Roller-URL: https://ci.chromium.org/b/8734407515185330817
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I6c08df512ba67550d81ed528e8fdb46be6c1d4c3
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/241301
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 03a1791..2f1193e 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -47,18 +47,18 @@
git_override(
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-10-10.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734423782396141713.
- commit = "f6a7bb781754447aa9eea82af60962070815b4f8",
+ # ROLL: Last updated 2024-10-11.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734407515185330817.
+ commit = "ba98cd9950c660f42071b5085c9a81b2139f1c28",
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-10.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734423782396141713.
- commit = "f6a7bb781754447aa9eea82af60962070815b4f8",
+ # ROLL: Last updated 2024-10-11.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734407515185330817.
+ commit = "ba98cd9950c660f42071b5085c9a81b2139f1c28",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)