Will make pass the http_proxy and https_proxy variables to the compilation process?

When I set the http_proxy and https_proxy variables using export in the terminal, I executed make -j24 V=s.
But the curl in the compilation process does not seem to use the proxy set in the http_proxy and https_proxy variables.

Try using the .curlrc file instead.