Commit d5c2b1b
ci(musl): move -crt-static to .cargo/config.toml
Add -C target-feature=-crt-static to the musl target rustflags in
.cargo/config.toml so it applies for all musl builds (local and cross).
Keep it in the CI RUSTFLAGS override as well since the env var overrides
both [build] and [target] level config.
https://claude.ai/code/session_01R3RoGqPDBRtNa2NRg3SeBM1 parent d2fe67d commit d5c2b1b
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
| 147 | + | |
| 148 | + | |
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
| |||
0 commit comments