Skip to content

Commit

Permalink
[provisioning] remove testonly flag from CP/FT host bins
Browse files Browse the repository at this point in the history
This cleans up `testonly` flags that were marked on CP/FT bins that were
not needed.

Signed-off-by: Tim Trippel <[email protected]>
  • Loading branch information
timothytrippel committed Nov 19, 2024
1 parent 7a8e068 commit 203a67a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion sw/host/provisioning/cp/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ package(default_visibility = ["//visibility:public"])

rust_binary(
name = "cp",
testonly = True,
srcs = ["src/main.rs"],
deps = [
"//sw/host/opentitanlib",
Expand Down
2 changes: 0 additions & 2 deletions sw/host/provisioning/ft/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ package(default_visibility = ["//visibility:public"])
[
rust_binary(
name = "ft_{}".format(sku),
testonly = True,
srcs = ["src/main.rs"],
deps = [
"//sw/host/opentitanlib",
Expand All @@ -31,7 +30,6 @@ package(default_visibility = ["//visibility:public"])

filegroup(
name = "ft_all",
testonly = True,
srcs = [
":ft_{}".format(sku)
for sku in EARLGREY_SKUS.keys()
Expand Down

0 comments on commit 203a67a

Please sign in to comment.