GTK: headless compositor tests #2359
Unanswered
jcollie
asked this question in
Ideas and Issue Triage
Replies: 2 comments
-
Just realized that we'll need a software OpenGL driver or run this on a CI instance that has GPU access. |
Beta Was this translation helpful? Give feedback.
0 replies
-
No GPU is required, we can use a software driver, they're plenty fast enough. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's a lot of GTK code that is essentially untested. Using a headless compositor running in a docker container we can do
some basic checks to make sure that Ghostty launches and that GTK isn't issuing any warnings.
This StackExchange answer provides a starting point:
https://unix.stackexchange.com/a/735032
Checking the Gnome CI system for other hints would be useful too.
Beta Was this translation helpful? Give feedback.
All reactions