-
Notifications
You must be signed in to change notification settings - Fork 4
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
Squash some PRs from the original repo #2
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: ice1000 <[email protected]>
# Conflicts: # src/pid/io.rs # src/pid/mod.rs # src/pid/status.rs
Please fix CI, add a meaningful title for this PR :-) |
@siddontang This PR is no longer needed for tikv since the required features are already merged in #3 #4 . |
CI failed due to some nightly features are used.. |
yes @ice1000 Although TiKV doesn't need these, it is still better to let this repo become more powerful. I think you can split this PR into multi PRs, it contains many components. |
* Fix build on Android * Try build on android in travis * Fix test runs on android * Fix test not running * Fix for 64 bit android * Fix for x86 android * Build for aarch64 and x86 android * Bump min rust version for x86_64 support * Keep bumping the rust version till one works * Bump rust version * Try using a matrix exclusion to fix build
Signed-off-by: ice1000 [email protected]
Replacing #1