-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eden/edenapi and mononoke integration tests: add edenapi/tools to get…
…deps and use them in tests (#51) Summary: Pull Request resolved: facebook/sapling#51 This diff extends capabilities of CargoBuilder in getdeps so that individual manifests can be build even without workspaces. Thanks to that a build for edenapi/tools can be made and its artifacts can be used in mononoke integration tests. Reviewed By: StanislavGlebik Differential Revision: D23574887 fbshipit-source-id: 8a974a6b5235d36a44fe082aad55cd380d84dd09
- Loading branch information
1 parent
55a0e84
commit 1977922
Showing
4 changed files
with
84 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[manifest] | ||
name = eden_scm_lib_edenapi_tools | ||
fbsource_path = fbcode/eden | ||
shipit_project = eden | ||
shipit_fbcode_builder = true | ||
|
||
[git] | ||
repo_url = https://github.com/facebookexperimental/eden.git | ||
|
||
[build] | ||
builder = cargo | ||
|
||
[cargo] | ||
build_doc = true | ||
manifests_to_build = eden/scm/lib/edenapi/tools/make_req/Cargo.toml,eden/scm/lib/edenapi/tools/read_res/Cargo.toml | ||
|
||
[shipit.pathmap] | ||
fbcode/eden/oss = . | ||
fbcode/eden = eden | ||
fbcode/tools/lfs = tools/lfs | ||
fbcode/fboss/common = common | ||
|
||
[shipit.strip] | ||
^fbcode/eden/fs/eden-config\.h$ | ||
^fbcode/eden/fs/py/eden/config\.py$ | ||
^fbcode/eden/hg/.*$ | ||
^fbcode/eden/mononoke/(?!lfs_protocol) | ||
^fbcode/eden/scm/build/.*$ | ||
^fbcode/eden/scm/lib/third-party/rust/.*/Cargo.toml$ | ||
^fbcode/eden/.*/\.cargo/.*$ | ||
^.*/fb/.*$ | ||
/Cargo\.lock$ | ||
\.pyc$ | ||
|
||
[dependencies.fb=on] | ||
rust |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters