-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for AWS S3 binary caching #293
Conversation
While this is being reviewed, is there a way for me to use this in my own personal builds? Since vcpkg now downloads a built version, I am unsure of how I would be able to integrate this. |
you can just replace the downloaded version of vcpkg with your built version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor changes, but otherwise, this looks great :)
cc @ras0219-msft as the owner of binary caching. |
Ahh, yeah that looks a lot more reasonable. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Can't wait for AWS S3 support :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this also will require adding the AWS CLI to vcpkgTools.xml
in the vcpkg repo.
Otherwise, LGTM. Thanks for the PR!
thanks y'all! |
No description provided.