-
Notifications
You must be signed in to change notification settings - Fork 74
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
Cairo tests fail on 32-bit Appveyor #356
Comments
Looks like some gcc issue: JuliaGraphics/Cairo.jl#196 The easiest option at this stage is to move Cairo to binaryprovider.jl, and get rid of the test here. |
The point of the test is to exercise code paths here, so if the upstream package changes to no longer use BinDeps then the test dependency should be upper-bounded. |
@simonbyrne Do you have experiences to move libraries to binaryprovider? |
No, unfortunately. Ask on the JuliaLang Slack #bindeps2 channel |
? |
Well, I don't understand BinDeps.jl either. 😄 |
Apparently have been broken for 9 months https://ci.appveyor.com/project/nalimilan/bindeps-jl/build/1.0.222
The first failure was on #300: that doesn't seem related, so it was probably a change with Cairo.jl (which doesn't have 32-bit tests enabled).
Either we should fix Cairo.jl, or remove it from the tests.
The text was updated successfully, but these errors were encountered: