Replies: 1 comment 2 replies
-
What do you mean by "normal" and "hosted zip"?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to implement security protocols where we heavily restrict online usage (to the point where most things can't be accessed) however, we can host git repos internally. However, hosting the entire set of release binaries/source zips is not practical is it can be rather large. Since most of the time we only need zips from vcpkg_from_github, but that those sources should match the unzipped sources, is it possible to just... have these commands download the source like normal instead of through a hosted zip? Or is the another solution for self hosting that's actually scalable and will work with most packages that follow vcpkg_from_github/gitlab?
Beta Was this translation helpful? Give feedback.
All reactions