Skip to content

Commit 9701aeb

Browse files
committed
Try to fix fbthrift CI
1 parent 35eea4f commit 9701aeb

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

build/fbcode_builder/manifests/fbthrift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ fbthrift = thrift/lib/rust
1616
[build]
1717
builder = cmake
1818
job_weight_mib = 2048
19+
patchfile = fbthrift_shared_lib_fix.patch
1920

2021
[cmake.defines.all(not(os=windows),test=on)]
2122
enable_tests=ON
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/thrift/lib/cpp2/CMakeLists.txt b/thrift/lib/cpp2/CMakeLists.txt
2+
index 53306be..6501a73 100644
3+
--- a/thrift/lib/cpp2/CMakeLists.txt
4+
+++ b/thrift/lib/cpp2/CMakeLists.txt
5+
@@ -229,6 +229,7 @@ target_link_libraries(
6+
common
7+
Folly::folly
8+
thriftannotation
9+
+ thriftanyrep
10+
thrifttyperep
11+
thriftprotocol
12+
)

0 commit comments

Comments
 (0)