You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I doubt that a cross toolchain would actually catch this, since this would need the distro's libxcb.so available and this is actually about the dl-libxcb feature, which only fails at runtime. So this could only be tested on the actual OSes.
Also, I'm not sure whether this is only broken on NetBSD and OpenBSD. I would rather guess that those are the only "weird OSes" that people use that actually ship with libxcb.so (which Windows does not and Mac OS likely does not).
Given that there are some LibXCB-related exceptions on NetBSD and OpenBSD, we should be able to test them.
We can use
setup-cross-toolchain-action
to test NetBSD, but it doesn't support OpenBSD yet.The text was updated successfully, but these errors were encountered: