Commit 23c4168
committed
cross-images: hack to fix arm-unknown-linux-musleabihf build
Upgrading to reqwest 0.11 seems to have caused us to start hitting
rust-lang/compiler-builtins#353 for some
reason. `-lgcc` is already at the end of our link lines, which is
supposed to prevent the error, so I guess we have to force the issue
with the hacky `--allow-multiple-definition` linker flag.1 parent 4a349d7 commit 23c4168
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
| |||
0 commit comments