-
Notifications
You must be signed in to change notification settings - Fork 6.7k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
binary packages support #10178
Comments
On second thought it seems like this might not be an attempt to stably package binaries? I apologize that I haven't followed exactly what your other repo is trying to do that closely... |
Does the official binary caching feature @ras0219 and @ras0219-msft submitted described in #11204 implement what you wanted here? |
My module actually makes perfectly functional binary packages, I need to make a few more tweaks to add the |
I think we will never provide pre-compiled binary packages. |
I'm actually considering switching to Conan for a project because it does provide binary packages and things like recompiling ffmpeg can get very tedious, plus it causes a lot of issues with the CI. |
@rkitover Yep, I know that. but providing binary packages represents a lack of code security. |
I think we might provide binaries someday, but if we do it would be through the existing binary caching feature. (It is a shame that providing binaries is so licensing-scary) |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I wrote a prototype for supporting binary packages in vcpkg in PowerShell:
https://github.com/rkitover/vcpkg-binpkg-prototype/
What do you guys think? Would it be worthwhile to work on this in the core?
The text was updated successfully, but these errors were encountered: