Skip to content

Commit

Permalink
Add missing scaffolding to mcrouter manifest
Browse files Browse the repository at this point in the history
This seems to be necessary in order for the project to be correctly
recognized as a Meta first-party project and is likely required to
resolve #2281.
  • Loading branch information
mszabo-wikia committed Nov 14, 2024
1 parent 334481f commit 4b1db0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/fbcode_builder/manifests/mcrouter
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[manifest]
name = mcrouter
fbsource_path = fbcode/mcrouter
shipit_project = mcrouter
shipit_fbcode_builder = true

[git]
repo_url = https://github.com/facebook/mcrouter.git
Expand All @@ -21,3 +24,6 @@ BUILD_TESTS=ON

[cmake.defines.test=off]
BUILD_TESTS=OFF

[shipit.pathmap]
fbcode/mcrouter = mcrouter

0 comments on commit 4b1db0f

Please sign in to comment.