-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE #231] Enhance CI #236
Conversation
For now windows is not supported. Another issue I want to solve is to test different features matrix. It maybe related to your work. For example, 1. only enabled uring driver 2. enable uring+legacy driver 3. only enable legacy driver. Last week I added a |
Argee with manually enable
For x86_64/i686 in linux , add Can |
Yes. |
Due to nix-rust/nix#2305, we will not add |
I think this PR is ready to merge @ihciah |
Why not adding |
see https://github.com/bytedance/monoio/actions/runs/7773163800/job/21196501840?pr=236 |
This reverts commit 6ebf3d9.
https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
You should put (If it still doesn't work idk haha) |
It looks very nice ! @Miaxos |
It seems that there is still a lot of work to do, CI fails in many arch.
Is it correct to use
"${CARGO}" test --target "${TARGET}" --no-default-features --features "async-cancel,bytes,legacy,macros,utils" --release
for testing? @ihciahFor windows, I want to use polling as
LegacyDriver
, it works well in my crate.