Commit b31f69a0 authored by Alex Hornby's avatar Alex Hornby Committed by Facebook GitHub Bot

add public_autocargo

Summary: Adding this will allow autocargo references to the fb303 rust thrift targets rather than needing to hardcode internal or external paths

Reviewed By: HarveyHunt

Differential Revision: D32693526

fbshipit-source-id: 2cbe7424e41d0a3823629ab2eb7b6efed3a1c97f
parent b3363872
...@@ -15,6 +15,7 @@ folly ...@@ -15,6 +15,7 @@ folly
gflags gflags
glog glog
fbthrift fbthrift
rust-shed
[cmake.defines.test=on] [cmake.defines.test=on]
BUILD_TESTS=ON BUILD_TESTS=ON
...@@ -24,4 +25,8 @@ BUILD_TESTS=OFF ...@@ -24,4 +25,8 @@ BUILD_TESTS=OFF
[shipit.pathmap] [shipit.pathmap]
fbcode/fb303/github = . fbcode/fb303/github = .
fbcode/fb303/public_autocargo = fb303
fbcode/fb303 = fb303 fbcode/fb303 = fb303
[shipit.strip]
^fbcode/fb303/(?!public_autocargo).+/Cargo\.toml$
...@@ -12,4 +12,8 @@ builder = nop ...@@ -12,4 +12,8 @@ builder = nop
[shipit.pathmap] [shipit.pathmap]
fbcode/fb303/github = . fbcode/fb303/github = .
fbcode/fb303/public_autocargo = fb303
fbcode/fb303 = fb303 fbcode/fb303 = fb303
[shipit.strip]
^fbcode/fb303/(?!public_autocargo).+/Cargo\.toml$
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment