Open timholy opened 1 year ago
GtkObservables and ImageView both need xvfb since they require a display: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/d1c3641_vs_7242f78/report.html (from https://github.com/JuliaLang/PrecompileTools.jl/pull/13). Either that, or they could just be excluded from PkgEval runs.
xvfb
PkgEval already supports xvfb, and launches it by default, so I'm not sure why that isn't working here. In fact, PkgEval's test suite even verifies that Gtk.jl passes tests.
GtkObservables and ImageView both need
xvfb
since they require a display: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/d1c3641_vs_7242f78/report.html (from https://github.com/JuliaLang/PrecompileTools.jl/pull/13). Either that, or they could just be excluded from PkgEval runs.