Commit 4155e4a
committed
feat(toolchain): aarch64 Linux supports musl-gcc, and the rest is deferred in the open
`available_toolchain_indexes()` branched per OS and never per architecture, so
an aarch64 Linux host was told llvm could be installed. Measured against the
index and upstream on 2026-08-26:
xlings-res/llvm 20.1.7 / 22.1.8 no linux-aarch64 asset
llvm/llvm-project 20.1.7, 21.1.0 no linux-aarch64 asset
llvm/llvm-project 19.1.7 has one, too old for `import std`
so `mcpp toolchain install llvm 22.1.8` there is a 404 the list promised would
work. `mingw-cross-gcc` is x86_64-only for the same reason and gets the same
gate. What remains on that host is `musl-gcc`, which mcpp already routes gcc to
on non-x86_64 Linux, and `ninja`.
⭐ This is a POLICY statement — which families mcpp supports on this host, the
same kind of statement `tier` makes for a target row — not a copy of the index's
coverage. The plan that retires it is
.agents/docs/2026-08-26-aarch64-linux-ecosystem-closure.md §P1.
1 parent adcb76d commit 4155e4a
4 files changed
Lines changed: 97 additions & 3 deletions
File tree
- .agents/docs
- .github
- tools
- workflows
- src/toolchain
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
202 | 221 | | |
203 | 222 | | |
204 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
91 | 98 | | |
92 | 99 | | |
93 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
643 | 670 | | |
644 | 671 | | |
645 | 672 | | |
646 | | - | |
647 | 673 | | |
| 674 | + | |
| 675 | + | |
648 | 676 | | |
649 | 677 | | |
650 | 678 | | |
| |||
660 | 688 | | |
661 | 689 | | |
662 | 690 | | |
663 | | - | |
| 691 | + | |
| 692 | + | |
664 | 693 | | |
665 | 694 | | |
666 | 695 | | |
| |||
0 commit comments