proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Namespace List
Namespace Members
Functions
specs.sigar Namespace Reference
Functions
def
fbcode_builder_spec
(builder)
Function Documentation
def specs.sigar.fbcode_builder_spec
(
builder
)
Definition at line
11
of file
sigar.py
.
11
def
fbcode_builder_spec
(builder):
12
builder.add_option(
13
'hyperic/sigar:autoconf_options'
, {
'CFLAGS'
:
'-fgnu89-inline'
})
14
return
{
15
'steps'
: [
16
builder.github_project_workdir(
'hyperic/sigar'
,
'.'
),
17
builder.step(
'Build and install sigar'
, [
18
builder.run(
ShellQuoted
(
'./autogen.sh'
)),
19
builder.configure(
'hyperic/sigar'
),
20
builder.make_and_install(),
21
]),
22
],
23
}
24
specs.sigar.fbcode_builder_spec
def fbcode_builder_spec(builder)
Definition:
sigar.py:11
shell_quoting.ShellQuoted
Definition:
shell_quoting.py:26
specs
sigar
Generated by
1.8.11