-
Notifications
You must be signed in to change notification settings - Fork 1
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
Test pyqt6 #3
Test pyqt6 #3
Conversation
f9707aa
to
2a0a482
Compare
I think the binary cache accumulated many entries from every PR run and source files are big as well. Why do you only have 0,5 GB? I have 2 GB |
That seems to be the difference between Free and Pro. My personal account also has 2 GB but the organization has only 0,5 GB updating that costs 4 $ per user per month which is kind of strange unless the GB size also increases with the number of users. I wonder what "user" means here in organization context. |
I understood "public packages are free" |
I enabled "public" packages now in https://github.com/organizations/open-vcpkg/settings/packages |
If the same packages for users apply to orgs the package stuff needs to be moved to somewhere else in the future. (E.g. there can only be one repo with vcpkg packages.) For example I have a private repo called |
why? |
Strange limitation of github if i remember correctly. You'll get strange errors if another repo tries to push github packages. |
It might be related to packages which are linked to a repository? |
Use vcpkg native exe suffix Co-authored-by: Alexander Neumann <[email protected]>
Thanks for the add_dll_directory patch @Neumann-A c38149f |
No problem more or less stolen from conda ;) But be aware that embedded python needs a slightly better approach: The path |
Sounds like this should be done when loading the python dll (instead of executable) instead ideally? Any last comments from your side before merging this? |
I'll merge later today unless there's an additional comment coming. |
Fixes #8
Fixes #9