Skip to content
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

Pins versions of conan to < v2 in the ue4-full images #306

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

isqrd
Copy link
Contributor

@isqrd isqrd commented Mar 17, 2023

The conan library has some breaking changes in v2

This adds a build ARG to the full image and default to forcing the version of conan to <v2

Test in Linux on ubuntu 22, and in windows on windows server 2022.

resolves #305

@slonopotamus
Copy link
Collaborator

Let's hope your testing was good enough! Merging.

@slonopotamus
Copy link
Collaborator

Note that Conan < 2.0 now breaks with modern Python: #336. I believe the proper fix is to teach conan-ue4cli to work with modern Conan instead of locking more and more things to ancient versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build of fresh image fails due to ue4-cli failure due to Conan breaking changes
2 participants