-
Notifications
You must be signed in to change notification settings - Fork 0
conan v2 wip #8
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
base: main
Are you sure you want to change the base?
conan v2 wip #8
Conversation
94c2c92
to
254c505
Compare
254c505
to
a71b888
Compare
failure of cross-building Qt 5 from macOS ARM -> Intel is unexpected. Will check what's wrong, but maybe we'll have to use Intel runner with Xcode 15 to produce Intel deps. |
finally all deps build correctly. @IvanSavenko I consider moving all the Conan related things to this repo right in this PR (like described in the Future Improvements), otherwise it's quite inconvenient to work with them. |
If you find this approach more convenient - sure. Would require copy-pasting conan / CI files from main repo to here, but probably still more convenient. |
The files will be moved, not copy-pasted. And this repo will be added to vcmi as submodule. |
automatically created release will look like this (apart from minor cosmetic changes): https://github.com/vcmi/vcmi-dependencies/releases/tag/untagged-5d54e88a0e3d8c424be3 currently ffmpeg started failing for some unobvious reason on Windows (which I can't reproduce even in a separate GhA run in other repo). The intention is that after all builds are green, the draft pre-release becomes non-draft. Will also adjust to actually create release only when running manually from master branch. @IvanSavenko Do you have other thoughts / input? |
Or on PR merge? But works fine for me either way.
That "zlib not found" message? I think we can simply disable zlib support from ffmpeg. From what I see it is only needed to support some rare decoders, which we have disabled anyway. No idea whether this would fix the build though.
|
No description provided.