Commit 93fe017
committed
[wayland-mesa] drop apt-file and full apt upgrade to speed up CI setup
The ubuntu pre-requisites installed apt-file, which is never used but makes
the subsequent `apt update` also pull the package Contents indices (~640 MB
on jammy: jammy-updates 299 MB + jammy-security 291 MB). It also ran a full
`apt upgrade` (a dist-upgrade of an already-current GitHub-hosted runner).
Both are avoidable -- the named dev packages install fine against the base
indices.
Removing them cuts several minutes off every job that loads the wayland-mesa
dependency (e.g. ivi-homescreen's crash-handler: ~11 min, ~5 of it apt setup).
The kisak-mesa PPA is kept so the Mesa version is unchanged for jobs that
actually run graphics.
Refs #180.
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>1 parent 2f02979 commit 93fe017
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
0 commit comments