proxygen
specs.folly Namespace Reference

Functions

def fbcode_builder_spec (builder)
 

Function Documentation

def specs.folly.fbcode_builder_spec (   builder)

Definition at line 9 of file folly.py.

9 def fbcode_builder_spec(builder):
10  return {
11  'steps': [
12  # on macOS the filesystem is typically case insensitive.
13  # We need to ensure that the CWD is not the folly source
14  # dir when we build, otherwise the system will decide
15  # that `folly/String.h` is the file it wants when including
16  # `string.h` and the build will fail.
17  builder.github_project_workdir('facebook/folly', '_build'),
18  builder.cmake_install('facebook/folly'),
19  ],
20  }
21 
def fbcode_builder_spec(builder)
Definition: folly.py:9