New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/pull/25040#issuecomment-698626925 Comment: if a test fails because of environment restrictions, you can always patch out the test from running, if it's not too complicated (should be very easy with meson, just comment out the appropriate lines) if it is complicated, then just do ``` # reason here do_check() { : } ```