-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
linux_like: IPPROTO_MPTCP are supported in all linux_like platforms #3197
Conversation
r? @JohnTitor (rustbot has picked a reviewer for you, use r? to override) |
@bors r+ |
linux_like: IPPROTO_MPTCP are supported in all linux_like platforms `IPPROTO_MPTCP` is supported on Android. Android: https://android.googlesource.com/platform/external/kernel-headers/+/refs/heads/master/original/uapi/linux/in.h#85
💔 Test failed - checks-actions |
@JohnTitor Ah.. Docker Linux Tier2 (asmjs-unknown-emscripten) was failed to download nodejs. Please rerun. |
@bors retry |
linux_like: IPPROTO_MPTCP are supported in all linux_like platforms `IPPROTO_MPTCP` is supported on Android. Android: https://android.googlesource.com/platform/external/kernel-headers/+/refs/heads/master/original/uapi/linux/in.h#85
💔 Test failed - checks-actions |
Failed on arm-linux-androideabi:
@rustbot author |
But the kernel in AOSP master did support this option, because it is already v6.x. Could you upgrade the Android version in CI? |
I'm more than happy if you upgrade it! But it'd be hard work (see #2955 for example) and should take some time. I'd recommend just tweaking tests for now if you need the items ASAP. |
All tests passed @JohnTitor |
@bors r+ |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
IPPROTO_MPTCP
is supported on Android.Android: https://android.googlesource.com/platform/external/kernel-headers/+/refs/heads/master/original/uapi/linux/in.h#85