From 8e83be071738d9db6e4b4be8647957643475d991 Mon Sep 17 00:00:00 2001 From: Saif Hasan Date: Wed, 23 May 2018 18:54:16 -0700 Subject: [PATCH] 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 --- build/fbcode_builder/specs/fbzmq.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build/fbcode_builder/specs/fbzmq.py b/build/fbcode_builder/specs/fbzmq.py index f2e26d0d9..2277b7e7e 100644 --- a/build/fbcode_builder/specs/fbzmq.py +++ b/build/fbcode_builder/specs/fbzmq.py @@ -13,6 +13,7 @@ from shell_quoting import ShellQuoted def fbcode_builder_spec(builder): builder.add_option('jedisct1/libsodium:git_hash', 'stable') + builder.add_option('zeromq/libzmq:git_hash', 'v4.2.5') return { 'depends_on': [folly, fbthrift, gmock], 'steps': [