Commit 8c88f02
authored
Rollup merge of #149554 - mati865:build-manifest-more-gen, r=Mark-Simulacrum
build-manifest: generate MSI and MINGW arrays from rustc
An alternative to #149503
The arrays after generating:
```
❯ bat -n build/x86_64-unknown-linux-gnu/stage2-tools/x86_64-unknown-linux-gnu/release/build/build-manifest-e0236666c7c4187b/out/targets.rs | rg MSI -A14
136 static MSI_INSTALLERS: &[&str] = &[
137 "aarch64-pc-windows-gnullvm",
138 "aarch64-pc-windows-msvc",
139 "i686-pc-windows-gnu",
140 "i686-pc-windows-msvc",
141 "x86_64-pc-windows-gnu",
142 "x86_64-pc-windows-gnullvm",
143 "x86_64-pc-windows-msvc",
144 ];
145 static MINGW: &[&str] = &[
146 "aarch64-pc-windows-gnullvm",
147 "i686-pc-windows-gnu",
148 "x86_64-pc-windows-gnu",
149 "x86_64-pc-windows-gnullvm",
150 ];
```
r? `@Mark-Simulacrum`2 files changed
+17
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
74 | 90 | | |
75 | 91 | | |
76 | 92 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 32 | | |
41 | 33 | | |
42 | | - | |
43 | | - | |
44 | 34 | | |
45 | 35 | | |
46 | 36 | | |
| |||
0 commit comments