Skip to content

Commit

Permalink
[bazel] Remove dependency of opentitantool of version file
Browse files Browse the repository at this point in the history
This dependency is not used because the version information
comes from `stamp-env.txt` which is handled directly by
`rust_binary`.

Signed-off-by: Amaury Pouly <[email protected]>
  • Loading branch information
pamaury committed Jan 18, 2024
1 parent cc40e67 commit 73a3184
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sw/host/opentitantool/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ rust_binary(
"src/command/version.rs",
"src/main.rs",
],
compile_data = [
"//util:full_version.txt",
],
proc_macro_deps = [
"//sw/host/opentitanlib/opentitantool_derive",
],
Expand Down

0 comments on commit 73a3184

Please sign in to comment.