Commit f40f3d8
committed
ci(linux): run Fast checks inside ubuntu:25.10 for glib 2.82+
Workspace pinned libadwaita to v1_6 in be8c1c9, which transitively
requires gio-2.0 >= 2.82. The ubuntu-24.04 host runner ships glib
2.80, so every push since that commit has failed at Clippy:
Package 'gio-2.0' has version '2.80.0', required version is '>= 2.82'
Container the Fast job in ubuntu:25.10 (glib 2.84). The integration
job stays on the host runner since driver crates don't pull in
libadwaita. Container is minimal so we install ca-certificates / curl
/ git up front for rust-toolchain + Swatinem/rust-cache.1 parent 37eeabd commit f40f3d8
1 file changed
Lines changed: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
21 | 30 | | |
22 | 31 | | |
23 | 32 | | |
| |||
26 | 35 | | |
27 | 36 | | |
28 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
29 | 43 | | |
30 | | - | |
31 | | - | |
| 44 | + | |
| 45 | + | |
32 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
33 | 50 | | |
34 | 51 | | |
35 | 52 | | |
| |||
0 commit comments