Skip to content

Commit

Permalink
remove generated thrift code
Browse files Browse the repository at this point in the history
Summary: No need for the checked in generated code anymore

Reviewed By: chadaustin

Differential Revision: D33840545

fbshipit-source-id: 9039c600f95b496c4b4535f57d5368cbeea1d009
  • Loading branch information
ahornby authored and facebook-github-bot committed Feb 8, 2022
1 parent 5a096bd commit 7be9599
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 32,870 deletions.
2 changes: 1 addition & 1 deletion build/fbcode_builder/manifests/eden
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fbcode/configerator/structs/scm/hg/public_autocargo = configerator/structs/scm/h

[shipit.strip.fb=off]
^fbcode/common/rust/shed(?!/public_autocargo).*/Cargo\.toml$
^fbcode/configerator/structs/hg(?!/public_autocargo).*/Cargo\.toml$
^fbcode/configerator/structs/scm/hg(?!/public_autocargo).*/Cargo\.toml$
^fbcode/eden/fs(?!/public_autocargo).*/Cargo\.toml$
^fbcode/eden/scm/lib(?!/public_autocargo).*/Cargo\.toml$
^.*/facebook/.*$
Expand Down
2 changes: 1 addition & 1 deletion build/fbcode_builder/manifests/eden_scm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fbcode/tools/lfs = tools/lfs
fbcode/fboss/common = common

[shipit.strip]
^fbcode/configerator/structs/hg(?!/public_autocargo).*/Cargo\.toml$
^fbcode/configerator/structs/scm/hg(?!/public_autocargo).*/Cargo\.toml$
^fbcode/eden/fs/eden-config\.h$
^fbcode/eden/fs/py/eden/config\.py$
^fbcode/eden/hg/.*$
Expand Down
4 changes: 0 additions & 4 deletions eden/scm/lib/thrift-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ edition = "2021"

[dependencies]
anyhow = "1.0.51"
const-cstr = "0.3.0"
edenfs = { package = "thrift", version = "0.1.0", path = "../../../fs/service" }
edenfs_config = { package = "config_thrift", version = "0.1.0", path = "../../../fs/config" }
fb303_core = { version = "0.0.0", git = "https://github.com/facebook/fb303.git", branch = "main" }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
hgclient_conf = { package = "config", version = "0.1.0", path = "../../../../configerator/structs/scm/hg/hgclientconf" }
thiserror = "1.0.29"

[build-dependencies]
tempfile = "3.2"
119 changes: 0 additions & 119 deletions eden/scm/lib/thrift-types/build.rs

This file was deleted.

Loading

0 comments on commit 7be9599

Please sign in to comment.