Skip to content

Commit 2f53d05

Browse files
Mizuchifacebook-github-bot
authored andcommitted
Migrate OSS project to handle protocol split
Summary: X-link: facebook/CacheLib#386 X-link: facebook/fb303#67 fbthrift has moved compact/binary protocol instantiation outside _types.cpp (to _types_compact.cpp and _types_binary.cpp). We need to add these two files to the build system. Differential Revision: D74687663
1 parent 816fdec commit 2f53d05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

glean.cabal.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,10 +1707,16 @@ library bench-lib
17071707
-- include-dirs: .
17081708
-- cxx-sources:
17091709
-- glean/schema/gen-cpp2/glean_test_types.cpp
1710+
-- glean/schema/gen-cpp2/glean_test_types_compact.cpp
1711+
-- glean/schema/gen-cpp2/glean_test_types_binary.cpp
17101712
-- glean/schema/gen-cpp2/glean_test_data.cpp
17111713
-- glean/schema/gen-cpp2/builtin_types.cpp
1714+
-- glean/schema/gen-cpp2/builtin_types_compact.cpp
1715+
-- glean/schema/gen-cpp2/builtin_types_binary.cpp
17121716
-- glean/schema/gen-cpp2/builtin_data.cpp
17131717
-- glean/schema/gen-cpp2/sys_types.cpp
1718+
-- glean/schema/gen-cpp2/sys_types_compact.cpp
1719+
-- glean/schema/gen-cpp2/sys_types_binary.cpp
17141720
-- glean/schema/gen-cpp2/sys_data.cpp
17151721
-- ... etc.
17161722

0 commit comments

Comments
 (0)