Commit 006124b
committed
ci: the engine pin moves to 2026.9.11.2, which is what makes dist-apple reachable
The red macOS lane was the dependency, not a convention. Under 2026.9.11.1:
error: cannot package the Mach-O program 'app-consumer' yet.
`mcpp pack` staged unconditionally before dispatching and let a staging
failure fail the command, and its built-in closure walk uses
`LD_TRACE_LOADED_OBJECTS` -- which dyld answers by RUNNING the program. So
every dispatched format was unreachable on macOS, including one that reads no
staged tree at all. 2026.9.11.2 makes staging a service to the provider, so
`dist-apple` has been unreachable rather than broken since it was written.
The README floor for `dist-apple` moves with it and says why it is one release
higher than its siblings: the reason is not this member.1 parent ef861a3 commit 006124b
2 files changed
Lines changed: 22 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
19 | 33 | | |
20 | 34 | | |
21 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments