Commit 22ca4e7
committed
fix(glx-runtime): deps belong beside the version entries, not inside one
CI: `E_INTERNAL: [glx-runtime] failed:` with an empty message, twice. The
`deps = { runtime = { "xim:graphics" } }` had been placed inside the
2026.08.08 version entry. The descriptor parsed, the graphics stack was never
installed, the subos therefore had no libGL.so.1, and the install failed on
the required-library check -- reporting the library rather than the misplaced
key, which is why the message looked like a missing package instead of a
typo.
Every other recipe in both indexes puts deps at platform level. Moving it
there means the legacy 2026.06.03 entry declares it too and pays for a
download it does not read; the alternative is deleting a published version,
which breaks anyone pinned to it outright.1 parent c0888a9 commit 22ca4e7
1 file changed
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
30 | 48 | | |
31 | 49 | | |
32 | 50 | | |
33 | 51 | | |
34 | 52 | | |
35 | 53 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 54 | | |
41 | 55 | | |
42 | 56 | | |
| |||
0 commit comments