Skip to content

Commit

Permalink
Update fbthrift
Browse files Browse the repository at this point in the history
  • Loading branch information
virgofx committed Sep 30, 2021
1 parent fb1e3df commit 9fea264
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions mcrouter/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ mcrouter_LDADD = \
-ltransport \
-lthriftprotocol \
-lrpcmetadata \
-lthriftmetadata \
-lasync \
-lconcurrency \
-lthrift-core \
Expand Down
1 change: 1 addition & 0 deletions mcrouter/lib/network/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ mock_mc_server_LDADD = \
-ltransport \
-lthriftprotocol \
-lrpcmetadata \
-lthriftmetadata \
-lasync \
-lconcurrency \
-lthrift-core \
Expand Down
5 changes: 4 additions & 1 deletion mcrouter/scripts/recipes/fbthrift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ fi
cd "$PKG_DIR/fbthrift" || die "cd fail"

# Use a known compatible version
# v2020.08.24.00 - Published stable release - CMake linking errors
# v2020.08.24.00
# Published stable release - CMake linking errors
# v2021.09.27.00
# This needs to be linked closely to Folly and this version works well with extra linking fix in mcrouter
gitEnsureTreeish v2021.09.27.00

cd "$PKG_DIR/fbthrift/build" || die "cd fbthrift failed"
Expand Down

0 comments on commit 9fea264

Please sign in to comment.