mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-08 18:02:05 +03:00
Summary: sapling github CI had a failure on fb303 and I wasn't sure if fb303 was itself building ok on github, so lets give fb303 a CI. * add a github action to build fb303 * delete fb303 github side packit config [as it is broken](https://github.com/facebook/fb303/pull/58/checks?check_run_id=31169950255). For folly packit was moved to copr side in D54958528 so I think this is fine. (the underlying problem causing a transient [fb303 break in sapling CI](https://github.com/facebook/sapling/actions/runs/11213566522/job/31166881318?pr=963) was that build/deps/github_hashes/facebook/fbthrift-rev.txt was lagging the code using fbthrift, and thus python libs where not installed) X-link: https://github.com/facebook/fb303/pull/58 X-link: https://github.com/facebookincubator/zstrong/pull/1006 Reviewed By: singhsrb Differential Revision: D63976936 fbshipit-source-id: 4601874a993b0e7253954815f6f119ea351f5c6d
48 lines
695 B
Plaintext
48 lines
695 B
Plaintext
[manifest]
|
|
name = mononoke_integration
|
|
fbsource_path = fbcode/eden
|
|
shipit_project = eden
|
|
shipit_fbcode_builder = true
|
|
|
|
[git]
|
|
repo_url = https://github.com/facebook/sapling.git
|
|
|
|
[build.not(os=windows)]
|
|
builder = make
|
|
subdir = eden/mononoke/tests/integration
|
|
|
|
[build.os=windows]
|
|
# building Mononoke on windows is not supported
|
|
builder = nop
|
|
|
|
[make.build_args]
|
|
build-getdeps
|
|
|
|
[make.install_args]
|
|
install-getdeps
|
|
|
|
[make.test_args]
|
|
test-getdeps
|
|
|
|
[shipit.pathmap]
|
|
fbcode/eden/mononoke/tests/integration = eden/mononoke/tests/integration
|
|
|
|
[shipit.strip]
|
|
^.*/facebook/.*$
|
|
^.*/fb/.*$
|
|
|
|
[dependencies]
|
|
git-lfs
|
|
jq
|
|
mononoke
|
|
nmap
|
|
python
|
|
python-click
|
|
ripgrep
|
|
sapling
|
|
tree
|
|
zstd
|
|
|
|
[dependencies.os=linux]
|
|
sqlite3
|