Commit 62a9060
committed
fix: Use xvfb-run for headless Kivy builds in GitHub Actions
- Add xvfb-run to Linux GUI and CLI builds to provide virtual display
- Set KIVY_NO_CONSOLELOG and KIVY_NO_ARGS to reduce build verbosity
- Fixes PyInstaller failure when Kivy tries to connect to X server
- libtinfo5 already removed from Android dependencies (not needed)1 parent 9ed9b9b commit 62a9060
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | | - | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | | - | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
172 | 175 | | |
173 | 176 | | |
174 | 177 | | |
175 | | - | |
176 | 178 | | |
177 | 179 | | |
178 | 180 | | |
| |||
0 commit comments