-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Binary caching fail is not a build fail #32522
Copy link
Copy link
Closed
microsoft/vcpkg-tool
#1137Labels
category:vcpkg-featureThe issue is a new capability of the tool that doesn’t already exist and we haven’t committedThe issue is a new capability of the tool that doesn’t already exist and we haven’t committedrequires:tool-releaseAn issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereofAn issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereof
Metadata
Metadata
Assignees
Labels
category:vcpkg-featureThe issue is a new capability of the tool that doesn’t already exist and we haven’t committedThe issue is a new capability of the tool that doesn’t already exist and we haven’t committedrequires:tool-releaseAn issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereofAn issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereof
Describe the bug
Following command will fail if the HTTP server is not running:
I think cache unavailable is a cache miss not a build fail.
We have to respect existing flag
--only-binarycachingthat results command fail when the binary source is not available.Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
zlib installed without an error.
Failure logs
Additional context
Add any other context about the problem here.