Skip to content

Commit

Permalink
airstore next: bundle V4: thrift working in OSS build
Browse files Browse the repository at this point in the history
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!

Reviewed By: ASchneidman

Differential Revision: D56578071

fbshipit-source-id: 1a8d906d0f7a24da21fe7f225fe68644c6bc49d7
  • Loading branch information
codyohl authored and facebook-github-bot committed Apr 29, 2024
1 parent 3f8f40e commit b99afd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/fbcode_builder/manifests/airstore
Expand Up @@ -18,6 +18,7 @@ builder = nop
libcurl
fizz
fmt
fbthrift
folly
googletest
libsodium
Expand Down

0 comments on commit b99afd3

Please sign in to comment.