You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(releasing): Remove -Clink-self-contained=no from musl builds (#9771)
* chore(releasing): Remove `-Clink-self-contained=no` from musl builds
This was added in c7da80a but seems to break builds of Rust 1.56.0
with:
```
= note: /usr/local/bin/../lib/gcc/arm-linux-musleabihf/6.4.0/../../../../arm-linux-musleabihf/bin/ld: cannot find -lunwind
collect2: error: ld returned 1 exit status
```
I think this is because of these changes in Rust in 1.56.0:
rust-lang/rust@4c9896f#diff-b78a4729cc6ec9756d0e89273cb5d1b0bb906264d7d5ed5aa6f759ad07d47c62
It isn't immediately clear to me why we can't have Rust build the libraries to
link in so opening this for feedback and to see if it works for all of our
cross builds.
Signed-off-by: Jesse Szwedko <[email protected]>
* Run cross builds when .cargo changes
Signed-off-by: Jesse Szwedko <[email protected]>
0 commit comments