-
Notifications
You must be signed in to change notification settings - Fork 611
Fix build on Android (in Termux) #2442
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
Conversation
|
Hmm, this is the same as #2402 ... If it had been merged I would have saved time :) |
|
let's see if CI passes with this one... or not, workflows need approval. OK, hitting road blocks with both approaches :) |
|
Hello David! The CI has been broken for weeks unfortunately, don't look for a fault in your PR. I have a somewhat ugly fix / workaround - basically disabling the failing part of the test. It's a somewhat exotic configuration (CUDA with clang++ as compiler, on Windows). |
b6e33b6 to
12074a0
Compare
|
Salut @dfaure |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2442 +/- ##
==========================================
+ Coverage 70.78% 71.47% +0.69%
==========================================
Files 65 65
Lines 36270 36265 -5
==========================================
+ Hits 25672 25920 +248
+ Misses 10598 10345 -253 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
12074a0 to
85bcfd3
Compare
Done |
error[E0433]: failed to resolve: could not find `linux` in `os`
--> src/server.rs:50:14
|
50 | use std::os::linux::net::SocketAddrExt;
| ^^^^^ could not find `linux` in `os`
|
85bcfd3 to
3c92039
Compare
error[E0433]: failed to resolve: could not find
linuxinos--> src/server.rs:50:14
|
50 | use std::os::linux::net::SocketAddrExt;
| ^^^^^ could not find
linuxinos|