-
Notifications
You must be signed in to change notification settings - Fork 33
use funcloader for cairo library in cairo extensions #81
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
Conversation
@gluckez I haven't been able to look at your code changes yet, but the CI pipeline failure is very familiar - it fails with
and very often will run OK next time. However, you'd need to set up your own CI pipeline to be able to do that |
@hwthomas Thanks :) I'll have a look at that pipeline setup, maybe I can just replicate that. |
CI related stuff should be an extra PR. it's not a good idea to mix different tasks in one PR. |
@lytico I added the CI related stuff on another branch on my own fork, it was just for testing anyway. |
This pr introduces a cairo library definition to centralize logic to load functions from cairo libraries for different platforms, and uses them in the cairo extensions.