-
Notifications
You must be signed in to change notification settings - Fork 3
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
CURA-12091 Fix crash when started from AppImage #19
base: main
Are you sure you want to change the base?
Conversation
Harder, Better, Faster, Stronger
CURA-12091 C++ concepts are partially supported on XCode 13 (macOS 11) which we want to support. In this case, the defined concepts are not used for generic calls, so they can be safely removed.
CURA-12091 Now we use upload-artifact v4 instead of v3, we can't upload the same file twice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm (but some small duplication, see comment)
Thanks @HellAholic |
Completely forgot about the openssl. |
Well it could help, but not sure it will fix the Windows crash. Waiting for the runners to be online 😃 |
Most of the changes are just there to be able to build the plugin on our self-hosted runners.
The part that actually fixes the run issue is on the
conanfile.py
, changing the binary interpreter e3933f7Note that I am not sure doing this change in the recipe is the best way. This may break execution when working with a locally installed Conan package. Maybe it should be in the curapackage creation workflow.
CURA-12091