Conversation
Emilgardis
left a comment
There was a problem hiding this comment.
Thank you for the PR! I'm open to merge this, however it will double CI time for musl. Not sure if I like that. Will have to think about it
| `Cross.toml` for `[target.aarch64-unknown-linux-gnu]` to use the | ||
| CentOS7-compatible target. | ||
|
|
||
| [8] To use the legacy GCC 9.2 musl toolchain, set `image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main-legacy"` in the |
There was a problem hiding this comment.
we have a quick way to refer to these targets using just -<sub>
| [8] To use the legacy GCC 9.2 musl toolchain, set `image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main-legacy"` in the | |
| [8] To use the legacy GCC 9.2 musl toolchain, set `image = "-legacy"` in the |
|
Thanks for the feedback! IMO, the BTW, would it be possible to first run |
|
Of course! My bad forgot :) /ci try --target -musl And yes, im ok with omitting the legacy targets |
This comment has been minimized.
This comment has been minimized.
|
It seems that https://www.musl-libc.org is not stable. |
e770f03 to
1da051e
Compare
This comment has been minimized.
This comment has been minimized.
|
@Emilgardis Would you like to give it another try? |
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Looks like CI didn’t start successfully. |
|
/ci try --target -musl |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1da051e to
a2eb40f
Compare
|
@Emilgardis , Please help try x86_64-unknown-linux-musl again,thanks. |
|
/ci try --target x86_64-unknown-linux-musl |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
a2eb40f to
99c74e0
Compare
|
fixed |
|
@Emilgardis Could you help try again? |
|
/ci try --target -musl |
This comment has been minimized.
This comment has been minimized.
Try run for comment
Failed JobsList
|
|
Still network issue. Lets try it again tomorrow. |
Close #1794
This PR updates the existing *-musl targets to use a newer musl toolchain while keeping the previous toolchain available for compatibility.