mirror of
https://github.com/facebook/proxygen.git
synced 2025-09-11 12:30:43 +03:00
Summary: OpenR OSS jobs is very flaky due to out of memory issue. Chad kindly suggested to increase memory as per https://fb.workplace.com/groups/getdeps/permalink/1062563751009027/ Reviewed By: chadaustin, xiangxu1121 Differential Revision: D40350211 fbshipit-source-id: 9d65666fe51fd62c9c973bf00cad928137d7c9d7
39 lines
598 B
Plaintext
39 lines
598 B
Plaintext
[manifest]
|
|
name = openr
|
|
fbsource_path = facebook/openr
|
|
shipit_project = openr
|
|
shipit_fbcode_builder = true
|
|
|
|
[git]
|
|
repo_url = https://github.com/facebook/openr.git
|
|
|
|
[build.os=linux]
|
|
builder = cmake
|
|
# openr files take a lot of RAM to compile.
|
|
job_weight_mib = 3072
|
|
|
|
[build.not(os=linux)]
|
|
# boost.fiber is required and that is not available on macos.
|
|
builder = nop
|
|
|
|
[dependencies]
|
|
boost
|
|
fb303
|
|
fbthrift
|
|
folly
|
|
googletest
|
|
re2
|
|
range-v3
|
|
|
|
[cmake.defines.test=on]
|
|
BUILD_TESTS=ON
|
|
ADD_ROOT_TESTS=OFF
|
|
|
|
[cmake.defines.test=off]
|
|
BUILD_TESTS=OFF
|
|
|
|
|
|
[shipit.pathmap]
|
|
fbcode/openr = openr
|
|
fbcode/openr/public_tld = .
|