bytedance / monoio

Rust async runtime based on io-uring.
Apache License 2.0
3.88k stars 217 forks source link

ci: using main branch of cross #283

Closed Lzzzzzt closed 1 month ago

Lzzzzzt commented 1 month ago

use the newst cross version to fix the problem symbol statx not found.

Discription

This PR is done by the following tasks:

Related Issue

281

Xuanwo commented 1 month ago

Thank you very much for your effort! I noticed that CI has failed in several different areas. Are they related to this PR? Could you help fix them, or would you prefer to address them in a separate PR?

Lzzzzzt commented 1 month ago

I think the errors are not related to this PR, most of them is clippy error, except the i686-unknown-linux-gnu

Xuanwo commented 1 month ago

I think the errors are not related to this PR, most of them is clippy error, except the i686-unknown-linux-gnu

Would you like to help fix them? We can merge this one first if needed.

Lzzzzzt commented 1 month ago

Would you like to help fix them? We can merge this one first if needed.

I think I can fix those clippy error, but I don't know about the i686-unknown-linux-gnu's error

Xuanwo commented 1 month ago

I think I can fix those clippy error, but I don't know about the i686-unknown-linux-gnu's error

That's already a great contribution. We can fix them first and then figure out i686-unknown-linux-gnu later.

Xuanwo commented 1 month ago

This PR still have CI failures, but we are working on it now.