Skip to content

Commit

Permalink
Swap thrift targets from py to py-deprecated
Browse files Browse the repository at this point in the history
Summary:
This diff replaces `py` with `py-deprecated` for thrift targets.
see: https://fb.workplace.com/groups/thriftusers/permalink/1445850049457736/ for more details
## How to get further support?
Please make a post in https://fb.workplace.com/groups/1070450167829997

Differential Revision: D64697045

fbshipit-source-id: 83989eb3ddd0ccfeff972e69737af99495fdd15d
  • Loading branch information
generatedunixname647790274085263 authored and facebook-github-bot committed Oct 21, 2024
1 parent 321a5e2 commit 12a3a7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eden/fs/config/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ thrift_library(
name = "config_thrift",
languages = [
"cpp2",
"py",
"py3",
"python",
"rust",
"py-deprecated",
],
py_base_module = "facebook.eden",
thrift_rust_options = ["deprecated_default_enum_min_i32"],
Expand Down
4 changes: 2 additions & 2 deletions eden/integration/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ python_unittest(
supports_static_listing = False,
runtime_deps = artifacts["deps"],
deps = [
"//eden/fs/config:config_thrift-py",
"//eden/fs/config:config_thrift-py-deprecated",
"//eden/fs/py/eden/thrift:legacy",
"//eden/fs/service:thrift-py-deprecated",
"//eden/integration/lib:lib",
Expand Down Expand Up @@ -544,7 +544,7 @@ python_unittest(
supports_static_listing = False,
runtime_deps = artifacts["deps"],
deps = [
"//eden/fs/config:config_thrift-py",
"//eden/fs/config:config_thrift-py-deprecated",
"//eden/fs/service:thrift-py-deprecated",
"//eden/integration/lib:lib",
],
Expand Down

0 comments on commit 12a3a7d

Please sign in to comment.