sapling/build/fbcode_builder/getdeps
Siva Muthusamy 0f10cd4895 Use wget in getdeps to download source code
Summary:
Neither the default "urlretrieve" nor "pycurl" works fine for all of FBOSS'
dependencies. One or other fails (opennsa, libmnl, exprtk, etc...) with these
two options. So, adding support for "wget".

Tried to use python's wget.download() but this also internally uses
"urlretrieve" and hence it fails for some of the FBOSS' dependencies.
So, using wget command directly instead.

Reviewed By: shri-khare

Differential Revision: D40841867

fbshipit-source-id: 229b3064f3faad4b32cf8a3c43fef53f2bb001fd
2022-10-31 10:15:27 -07:00
..
test Add annotations to opensource/fbcode_builder 2022-02-14 16:22:27 -08:00
__init__.py remediation of S205607 2020-07-17 17:16:13 -07:00
builder.py if the record_results endpoint fails, don't fail the job 2022-07-26 16:43:01 -07:00
buildopts.py don't try to use vendored crates in non-fbsource builds 2022-05-19 16:37:03 -07:00
cache.py Add annotations to opensource/fbcode_builder 2022-02-14 16:22:27 -08:00
cargo.py don't try to use vendored crates in non-fbsource builds 2022-05-19 16:37:03 -07:00
copytree.py upgrade pyre version in fbcode/opensource - batch 1 2022-08-05 08:16:25 -07:00
dyndeps.py fixup-dyn-deps: handle duplicate dynamic library paths 2022-03-17 13:41:28 -07:00
envfuncs.py make errors better when ctest is not found 2022-05-20 12:33:19 -07:00
errors.py Add annotations to opensource/fbcode_builder 2022-02-14 16:22:27 -08:00
expr.py Add annotations to opensource/fbcode_builder 2022-02-14 16:22:27 -08:00
fetcher.py Use wget in getdeps to download source code 2022-10-31 10:15:27 -07:00
load.py Add annotations to opensource/fbcode_builder 2022-02-14 16:22:27 -08:00
manifest.py add support to disable test in internal CI 2022-07-15 13:35:57 -07:00
platform.py don't fail the build if /proc/meminfo is missing or unexpected 2022-07-25 16:02:01 -07:00
py_wheel_builder.py Add annotations to opensource/fbcode_builder 2022-02-17 22:55:48 -08:00
runcmd.py formatting changes from black 22.3.0 2022-05-11 19:55:56 -07:00
subcmd.py Add annotations to opensource/fbcode_builder 2022-02-14 16:22:27 -08:00