1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-09-02 16:21:15 +03:00

fbcode_builder: build folly using cmake

Summary:
Update the fbcode_builder spec for folly to build folly using its newer CMake
build scripts, rather than autoconf.

Reviewed By: yfeldblum

Differential Revision: D6793682

fbshipit-source-id: b724cf8be4a1afe20bd96e6113395a4fd44c438a
This commit is contained in:
Adam Simpkins
2018-01-24 16:16:11 -08:00
committed by Facebook Github Bot
parent 1b3f9830a7
commit 63775487ff

View File

@@ -8,6 +8,6 @@ from __future__ import unicode_literals
def fbcode_builder_spec(builder):
return {
'steps': [
builder.fb_github_autoconf_install('folly/folly'),
builder.fb_github_cmake_install('folly/folly'),
],
}