bytedance / monoio

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

ci: Disable test for i686 unknown linux target #286

Closed Xuanwo closed 3 months ago

Xuanwo commented 3 months ago

cc @ihciah

i686_unknown_linux_gnu is the only target that fails the test. Considering there are few i686 instances globally, I believe it's reasonable to drop this test for now. We can reintroduce it if someone is willing to address https://github.com/bytedance/monoio/issues/285.

Xuanwo commented 3 months ago

Hi, @Lzzzzzt, I think it's fine to disable the test for now. What do you think?

Lzzzzzt commented 3 months ago

same with you.

Xuanwo commented 3 months ago

Thanks to @Lzzzzzt's efforts, our CI passed ALL for the first time in five months!

ihciah commented 3 months ago

Looks good. Disable i686 to pass the CI can expose problems for other PRs instead of making it a burdern or waste.