Commit d2a4722e authored by Adam Simpkins's avatar Adam Simpkins Committed by Facebook GitHub Bot

getdeps: make several improvements to the eden manifest

Summary:
- Indicate that the EDEN_VERSION_OVERRIDE environment variable affects the
  build.
- Exclude eden/config.py from the shipit  path map, as this file is
  auto-generated in open source builds.
- Include pexpect as a dependency, as this is needed for some of the
  integration tests.

Reviewed By: genevievehelsel

Differential Revision: D21000163

fbshipit-source-id: 8eec378f66487229c995f637c4787eae530c7845
parent 7469e0b5
......@@ -19,6 +19,7 @@ cpptoml
rocksdb
libgit2
lz4
pexpect
python-toml
[dependencies.fb=on]
......@@ -47,6 +48,7 @@ fbcode/tools/lfs = tools/lfs
[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/.*$
......@@ -59,3 +61,6 @@ INSTALL_PYTHON_LIB=ON
[cmake.defines.fb=on]
USE_CARGO_VENDOR=ON
[depends.environment]
EDEN_VERSION_OVERRIDE
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