mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
Summary: X-link: https://github.com/facebookincubator/zstrong/pull/995 Bring back mononoke getdeps integration tests. This is a refesh of the previously working export-D34186407 branch from 2022 Main changes since: * depend on restored sapling manifest from previous commit * bring back selected manifests needed by mononoke that were deleted in D51869247. I added the sqlite binary packages from this to the sqlite3 manifest rather than bring back the sqllite3-bin manifest * add manifests for new tools used: ripgrep, git-lfs, and zstd cli (we already had the zstd libs) * fix a few test expecations that where too closely tied to git cli or TLS version etc (ubuntu 22.04 is on older version) * getdeps MakefileBuilder.run_tests() improvements * fix error status reporting, was not failing if tests failed * pass of --num-jobs to tests to stop it OOMing my machine * pass of --filter to tests so can iterate on one test more easily Can to iterate local execution for one test with: ``` python3 ./build/fbcode_builder/getdeps.py test --num-jobs 4 --allow-system-packages --no-facebook-internal --src-dir=. mononoke_integration --retry 0 --filter server/test-gettreepack.t ``` X-link: https://github.com/facebook/sapling/pull/951 Reviewed By: quark-zju Differential Revision: D62978526 Pulled By: ahornby fbshipit-source-id: 0070a67d798bb23ee9e78e1a5149ba5364d548c9
31 lines
645 B
Plaintext
31 lines
645 B
Plaintext
[manifest]
|
|
name = nmap
|
|
|
|
[rpms]
|
|
nmap
|
|
nmap-ncat
|
|
|
|
[debs]
|
|
nmap
|
|
|
|
# 18.04 combines ncat into the nmap package, newer need the separate one
|
|
[debs.not(all(distro=ubuntu,distro_vers="18.04"))]
|
|
ncat
|
|
|
|
[download.not(os=windows)]
|
|
url = https://api.github.com/repos/nmap/nmap/tarball/ef8213a36c2e89233c806753a57b5cd473605408
|
|
sha256 = eda39e5a8ef4964fac7db16abf91cc11ff568eac0fa2d680b0bfa33b0ed71f4a
|
|
|
|
[build.not(os=windows)]
|
|
builder = autoconf
|
|
subdir = nmap-nmap-ef8213a
|
|
build_in_src_dir = true
|
|
|
|
[build.os=windows]
|
|
builder = nop
|
|
|
|
[autoconf.args]
|
|
# Without this option the build was filing to find some third party libraries
|
|
# that we don't need
|
|
enable_rdma=no
|