Fix vcpkg download failure on self-hosted runner#330
Fix vcpkg download failure on self-hosted runner#330
Conversation
Co-authored-by: chrxh <73127001+chrxh@users.noreply.github.com>
|
@copilot No, I want my self-runner and the EngineTests. Here is the error message from the failed action on the self-hosted runner: "CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:32 (message): Failed to download file with error: Subprocess aborted If you are using a proxy, please check your proxy setting. Possible causes are: 1. You are actually using an HTTP proxy, but setting HTTPS_PROXY variable to |
Co-authored-by: chrxh <73127001+chrxh@users.noreply.github.com>
Kept
Commit: bc66dc0 |
CI failing at CMake configure step due to vcpkg proxy/network issues on the self-hosted runner.
Changes
buildtrees,packages,downloads,vcpkg_installed)HTTP_PROXY,HTTPS_PROXY,http_proxy,https_proxy) for all subsequent steps using$GITHUB_ENVThese changes address the vcpkg download failure error indicating proxy configuration issues when building boost-cmake on the self-hosted runner.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.