Commit 2eb41b4
Remove dead musl-tools step and link hello_cpp from Rust
The musl-tools install step can never run now that all musl targets on
Linux use cross. Remove it to avoid confusion.
Also call hello_cpp() from bin1.rs so the C++ runtime is actually linked,
making the test cover linker failures as well as compiler failures.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a56724d commit 2eb41b4
2 files changed
Lines changed: 5 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | 160 | | |
173 | 161 | | |
174 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
| 6 | + | |
2 | 7 | | |
3 | 8 | | |
4 | 9 | | |
| |||
0 commit comments