JuliaGraphics / Luxor.jl

Simple drawings using vector graphics; Cairo "for tourists!"
http://juliagraphics.github.io/Luxor.jl/
Other
575 stars 72 forks source link

Windows test failure because of Cairo_jll #314

Open hyrodium opened 2 months ago

hyrodium commented 2 months ago

Currently, the tests are failing on Windows when run using GitHub Actions, as illustrated in the screenshot below:

image

I've also observed these failures in my local Windows environment with the following setup:

This issue does not look like it comes from the current repository code because the tests were passing when Luxor.jl v3.8.0 was released. I suspect the issue might be related to the Cairo_jll.jl package. Here's a timeline of the relevant events:

hyrodium commented 2 months ago

Looks like https://github.com/JuliaPackaging/Yggdrasil/pull/8270 is related.

cormullion commented 2 months ago

Yes, I reported it here. Since I don't use Windows, there's not much I can do...