Skip to content

Commit

Permalink
nop validation during build
Browse files Browse the repository at this point in the history
Summary:
X-link: pytorch/executorch#4449

Adding validation logic to "build targets" implementation. Actual validation is nop in this diff, implementaion is in next diffs in stack.

I need to use late bindings in order to keep validation logic in separate crate because `buck2_build_api` depends on validation, while validation depends on materialization from `buck2_build_api`.

Reviewed By: stepancheg

Differential Revision: D60238806

fbshipit-source-id: e1484731ce099189555bd306c1f93bab91da7de8
  • Loading branch information
blackm00n authored and facebook-github-bot committed Jul 30, 2024
1 parent 61f0e91 commit a72e66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shim/third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ rustyline = "11.0"
scopeguard = "1.0.0"
sequence_trie = "0.3.6"
serde = { version = "1.0.173", features = ["derive", "rc"] }
serde_json = "1.0.48"
serde_json = { version = "1.0.48", features = ["raw_value"] }
sha1 = "0.10"
sha2 = "0.10"
shlex = "1.3"
Expand Down

0 comments on commit a72e66f

Please sign in to comment.