https://pantsbuild.org/ logo
h

happy-kitchen-89482

11/11/2022, 12:02 AM
Can someone with better Rust skills than my virtually nonexistent ones verify my understanding that ExternalTool downloads will respect the global
ca_certs_path
? AFAICT those downloads end up delegated to the
http_client
we construct in context.rs, but if someone could check my work…
Just the last part of that thread
i have no reason to suspect that
iter().fold(..)
although it’s probably unnecessarily obtuse
h

happy-kitchen-89482

11/11/2022, 12:27 AM
Yeah, I know that http_client is good for other uses, just wanted to verify my understanding that it is in fact being used for ExternalTool downloads
w

witty-crayon-22786

11/11/2022, 12:48 AM
it is.
…assuming that it is using the DownloadFile intrinsic, which is the only supported way to download something
h

happy-kitchen-89482

11/11/2022, 1:58 AM
Yep