Skip to content

Commit 77292a4

Browse files
codyohlfacebook-github-bot
authored andcommitted
airstore next: bundle V4: thrift working in OSS build
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
1 parent 2d84ec2 commit 77292a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/fbcode_builder/manifests/airstore

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ builder = nop
1818
libcurl
1919
fizz
2020
fmt
21+
fbthrift
2122
folly
2223
googletest
2324
libsodium

0 commit comments

Comments
 (0)