mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-17 13:21:04 +03:00
fix build
Summary: fbthrift generate errorneous code when cpp type IOBuf pointer is used. Let's use IOBuf object instead as it is cheap to copy construct and underlying buffer is anyway shared when objects are copied. Reviewed By: plapukhov Differential Revision: D8130040 fbshipit-source-id: 3c109a85951054fed890707f56170b46cfefc917
This commit is contained in:
committed by
Facebook Github Bot
parent
d1a4de7021
commit
8e83be0717
@@ -13,6 +13,7 @@ from shell_quoting import ShellQuoted
|
|||||||
|
|
||||||
def fbcode_builder_spec(builder):
|
def fbcode_builder_spec(builder):
|
||||||
builder.add_option('jedisct1/libsodium:git_hash', 'stable')
|
builder.add_option('jedisct1/libsodium:git_hash', 'stable')
|
||||||
|
builder.add_option('zeromq/libzmq:git_hash', 'v4.2.5')
|
||||||
return {
|
return {
|
||||||
'depends_on': [folly, fbthrift, gmock],
|
'depends_on': [folly, fbthrift, gmock],
|
||||||
'steps': [
|
'steps': [
|
||||||
|
Reference in New Issue
Block a user