proxygen
specs.re2 Namespace Reference

Functions

def fbcode_builder_spec (builder)
 

Function Documentation

def specs.re2.fbcode_builder_spec (   builder)

Definition at line 9 of file re2.py.

9 def fbcode_builder_spec(builder):
10  return {
11  'steps': [
12  builder.github_project_workdir('google/re2', 'build'),
13  builder.cmake_install('google/re2'),
14  ],
15  }
16 
def fbcode_builder_spec(builder)
Definition: re2.py:9