facebook / fb303

fb303 is a core set of thrift functions that provide a common mechanism for querying stats and other information from a service.
Apache License 2.0
75 stars 46 forks source link

airstore next: bundle V4: thrift working in OSS build #48

Open codyohl opened 5 months ago

codyohl commented 5 months ago

Summary: this diff adds support for thrift in the OSS client build. it changes the getdeps airstore manifest to gain access to the thrift cpp2 compiler, then uses a rule similar to other projects to generate the cpp type headers. It changes the OSS libbundle library to depend on the thrift types introduced in D56578073 (and, through a lot of pain, get generated in the OSS build stack) which will then be used to ser/de bundles in the OSS build later in the stack!

Differential Revision: D56578071