Nanosoldier.jl icon indicating copy to clipboard operation
Nanosoldier.jl copied to clipboard

Some packages may need xvfb

Open timholy opened this issue 2 years ago • 1 comments

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.

timholy avatar Apr 27 '23 19:04 timholy

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.

maleadt avatar Apr 28 '23 05:04 maleadt