Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fbcode_builder manifests for mcrouter and ragel #2268

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions build/fbcode_builder/manifests/mcrouter
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[manifest]
name = mcrouter

[git]
repo_url = https://github.com/facebook/mcrouter.git

[dependencies]
folly
wangle
fizz
fbthrift
mvfst
ragel

[build]
builder = cmake
subdir = .

[cmake.defines.test=on]
BUILD_TESTS=ON

[cmake.defines.test=off]
BUILD_TESTS=OFF
19 changes: 19 additions & 0 deletions build/fbcode_builder/manifests/ragel
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[manifest]
name = ragel

[debs]
ragel

[homebrew]
ragel

[rpms]
ragel

[download]
url = https://www.colm.net/files/ragel/ragel-6.10.tar.gz
sha256 = 5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f

[build]
builder = autoconf
subdir = ragel-6.10