Skip to content

Commit

Permalink
add REQUESTS_CA_BUNDLE to passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
cenit committed Aug 12, 2024
1 parent 4063a94 commit 859b1cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vcpkg/base/system.process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,8 @@ namespace vcpkg
// Enables proxy information to be passed to Curl, the underlying download library in cmake.exe
"http_proxy",
"https_proxy",
// Ensure that the proxy certificate information is passed to the underlying download library used by pip
"REQUESTS_CA_BUNDLE",
// Environment variables to tell git to use custom SSH executable or command
"GIT_SSH",
"GIT_SSH_COMMAND",
Expand Down

0 comments on commit 859b1cc

Please sign in to comment.