commit | 91185148891cbe38ddb36d6e5302b58438ee13a4 | [log] [tgz] |
---|---|---|
author | Ted Pudlik <tpudlik@google.com> | Thu Jun 20 20:58:21 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 20 20:58:21 2024 +0000 |
tree | d2c912c1016ae7f2e513b0803d19b4f14672b50d | |
parent | 0179391a9097386f06ba619221d0d349d9bc215e [diff] |
bazel: Explicitly build some targets in presubmit This will prevent skipping them due to accidental incompatibility (https://pigweed.dev/bazel_compatibility.html#asserting-compatibility). Change-Id: Iae8307e0a6f52714e4ef6ae6234340c54e56aa19 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/examples/+/217191 Reviewed-by: Erik Gilling <konkers@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Pigweed-Auto-Submit: Ted Pudlik <tpudlik@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/pigweed.json b/pigweed.json index 076d642..02478e6 100644 --- a/pigweed.json +++ b/pigweed.json
@@ -7,7 +7,7 @@ "default": [ [ "build", - "//..." + "--config=presubmit" ] ] }