Skip to content

Commit

Permalink
pass important env variables for proxy support in pip and cuda new re…
Browse files Browse the repository at this point in the history
…leases
  • Loading branch information
cenit committed Aug 12, 2024
1 parent 4063a94 commit 5119d83
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 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 All @@ -613,12 +615,25 @@ namespace vcpkg
"CUDA_PATH",
"CUDA_PATH_V9_0",
"CUDA_PATH_V9_1",
"CUDA_PATH_V9_2",
"CUDA_PATH_V10_0",
"CUDA_PATH_V10_1",
"CUDA_PATH_V10_2",
"CUDA_PATH_V11_0",
"CUDA_PATH_V11_1",
"CUDA_PATH_V11_2",
"CUDA_PATH_V11_3",
"CUDA_PATH_V11_4",
"CUDA_PATH_V11_5",
"CUDA_PATH_V11_6",
"CUDA_PATH_V11_7",
"CUDA_PATH_V11_8",
"CUDA_PATH_V12_0",
"CUDA_PATH_V12_1",
"CUDA_PATH_V12_2",
"CUDA_PATH_V12_3",
"CUDA_PATH_V12_3",
"CUDA_PATH_V12_6",
"CUDA_TOOLKIT_ROOT_DIR",
// Environment variable generated automatically by CUDA after installation
"NVCUDASAMPLES_ROOT",
Expand Down

0 comments on commit 5119d83

Please sign in to comment.