Skip to content

Commit

Permalink
pw_thread: Make wildcard build pass
Browse files Browse the repository at this point in the history
Disables targets with proto dependencies that aren't yet expected to
build so the wildcard build will pass.

Change-Id: I054ae17d23c66dd02f9963969d4f70daef154831
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/121400
Reviewed-by: Alexei Frolov <[email protected]>
Pigweed-Auto-Submit: Armando Montanez <[email protected]>
Commit-Queue: Armando Montanez <[email protected]>
  • Loading branch information
armandomontanez authored and CQ Bot Account committed Dec 1, 2022
1 parent 54725fa commit 4de5042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ def cmake_gcc(ctx: PresubmitContext):
'-//pw_boot/...:all',
'-//pw_chrono/py/...:all',
'-//pw_chrono:chrono_proto_pb2',
'-//pw_thread/py/...:all',
'-//pw_work_queue/...:all',
'-//targets/stm32f429i_disc1_stm32cube/...:all',
'-//third_party/boringssl/...:all',
Expand Down
2 changes: 2 additions & 0 deletions pw_thread/py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ py_library(
"pw_thread/__init__.py",
"pw_thread/thread_analyzer.py",
],
tags = ["manual"],
deps = [
"//pw_symbolizer/py:pw_symbolizer",
"//pw_thread:thread_proto_py_pb2",
Expand All @@ -38,6 +39,7 @@ py_test(
srcs = [
"thread_analyzer_test.py",
],
tags = ["manual"],
deps = [
":pw_thread",
"//pw_thread:thread_proto_py_pb2",
Expand Down

0 comments on commit 4de5042

Please sign in to comment.