JuliaCI / Nanosoldier.jl

A package for running JuliaCI services on MIT's Nanosoldier cluster
Other
30 stars 16 forks source link

Some packages may need xvfb #167

Open timholy opened 1 year ago

timholy commented 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.

maleadt commented 1 year ago

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.