eden: fix oss eden cli build

Summary:
We recently added a new thrift file to the codegen, but
forgot that the cli build also needs to be taught how to build
the python code for it.

Reviewed By: strager

Differential Revision: D15788134

fbshipit-source-id: 48a14f0a91b79cc4dceaddd281598cac773b7e11
This commit is contained in:
Wez Furlong 2019-06-12 12:56:03 -07:00 committed by Facebook Github Bot
parent 41035ae4ff
commit 6aa6599178

View File

@ -58,6 +58,7 @@ def run_cmd(cmd, env=None, cwd=None):
def generate_thrift_code(thrift_compiler, oss_dir, gen_dir):
""" Generate python thrift clients for a couple of things """
thrift_files = [
"eden/fs/config/eden_config.thrift",
"eden/fs/service/eden.thrift",
"common/fb303/if/fb303.thrift",
"eden/fs/inodes/overlay/overlay.thrift",