mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
Summary: X-link: https://github.com/facebook/sapling/pull/973 X-link: https://github.com/facebookincubator/zstrong/pull/1017 * disable flaky tests as per comment in Makefile * fix Makefiles JOBS sed expression to be macOS make compatible * remove Makefile comment in multiline shell, macOS make didn't like it * remove hexdump from deps for macOS where it is a system util Reviewed By: quark-zju Differential Revision: D64781284 fbshipit-source-id: a7f52c67d430219dcf7173b8d03cafe32fe41989
76 lines
1.6 KiB
Plaintext
76 lines
1.6 KiB
Plaintext
[manifest]
|
|
name = sapling
|
|
fbsource_path = fbcode/eden
|
|
shipit_project = eden
|
|
shipit_fbcode_builder = true
|
|
|
|
[github.actions]
|
|
required_locales = en_US.UTF-8
|
|
|
|
[git]
|
|
repo_url = https://github.com/facebook/sapling.git
|
|
|
|
[build.not(os=windows)]
|
|
builder = make
|
|
subdir = eden/scm
|
|
|
|
[build.os=windows]
|
|
# For now the biggest blocker is missing "make" on windows, but there are bound
|
|
# to be more
|
|
builder = nop
|
|
|
|
[make.build_args]
|
|
getdepsbuild
|
|
|
|
[make.install_args]
|
|
install-getdeps
|
|
|
|
[make.test_args]
|
|
test-getdeps
|
|
|
|
[shipit.pathmap]
|
|
fbcode/configerator/structs/scm/hg = configerator/structs/scm/hg
|
|
fbcode/configerator/structs/scm/hg/public_autocargo = configerator/structs/scm/hg
|
|
fbcode/eden/oss = .
|
|
fbcode/eden = eden
|
|
fbcode/eden/fs/public_autocargo = eden/fs
|
|
fbcode/eden/mononoke/public_autocargo = eden/mononoke
|
|
fbcode/eden/scm/public_autocargo = eden/scm
|
|
fbcode/tools/lfs = tools/lfs
|
|
|
|
[shipit.strip]
|
|
^fbcode/configerator/structs/scm/hg(?!/public_autocargo).*/Cargo\.toml$
|
|
^fbcode/eden/addons/.*$
|
|
^fbcode/eden/fs/eden-config\.h$
|
|
^fbcode/eden/fs/py/eden/config\.py$
|
|
^fbcode/eden/hg-server/.*$
|
|
^fbcode/eden/fs(?!/public_autocargo).*/Cargo\.toml$
|
|
^fbcode/eden/mononoke(?!/public_autocargo).*/Cargo\.toml$
|
|
^fbcode/eden/scm(?!/public_autocargo|/edenscmnative/bindings).*/Cargo\.toml$
|
|
^fbcode/eden/scm/build/.*$
|
|
^fbcode/eden/website/.*$
|
|
^fbcode/eden/.*/\.cargo/.*$
|
|
^.*/facebook/.*$
|
|
^.*/fb/.*$
|
|
/Cargo\.lock$
|
|
\.pyc$
|
|
|
|
[dependencies]
|
|
fb303
|
|
fbthrift
|
|
rust-shed
|
|
|
|
[dependencies.all(test=on,not(os=darwin))]
|
|
hexdump
|
|
|
|
[dependencies.not(os=windows)]
|
|
python
|
|
python-setuptools
|
|
|
|
# We use the system openssl on linux
|
|
[dependencies.not(os=linux)]
|
|
openssl
|
|
|
|
[dependencies.fbsource=on]
|
|
rust
|