Commit 504981eb authored by Wez Furlong's avatar Wez Furlong Committed by Facebook Github Bot

thrift: plumb rsocket into cmake build

Summary: The headers are installed, but we weren't compiling the implementation.

Reviewed By: simpkins

Differential Revision: D13778568

fbshipit-source-id: 4d297b732d1e70bbd69100f13eb68f9477d7f014
parent 960770d1
......@@ -21,7 +21,7 @@ def fbcode_builder_spec(builder):
ShellQuoted('$(git describe --abbrev=0 --tags)')
)
builder.add_option(
'rsocket/rsocket-cpp/yarpl/build:cmake_defines', {'BUILD_TESTS': 'OFF'}
'rsocket/rsocket-cpp/build:cmake_defines', {'BUILD_TESTS': 'OFF'}
)
builder.add_option('krb5/krb5:git_hash', 'krb5-1.16.1-final')
return {
......@@ -33,12 +33,12 @@ def fbcode_builder_spec(builder):
builder.github_project_workdir('krb5/krb5', 'src'),
builder.autoconf_install('krb5/krb5'),
builder.github_project_workdir(
'rsocket/rsocket-cpp', 'yarpl/build'
'rsocket/rsocket-cpp', 'build'
),
builder.step('configuration for yarpl', [
builder.cmake_configure('rsocket/rsocket-cpp/yarpl/build'),
builder.step('configuration for rsocket', [
builder.cmake_configure('rsocket/rsocket-cpp/build'),
]),
builder.cmake_install('rsocket/rsocket-cpp/yarpl'),
builder.cmake_install('rsocket/rsocket-cpp'),
builder.fb_github_cmake_install('fbthrift/thrift'),
],
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment