[Android] Fix path to ping on Android API 21-27#79076
[Android] Fix path to ping on Android API 21-27#79076simonrozsival merged 1 commit intodotnet:mainfrom
ping on Android API 21-27#79076Conversation
|
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThe path to the Ref #78990 /cc @wfurt @steveisok
|
|
@simonrozsival should we backport this? |
|
I didn't think it's worth backporting but now that I've given it another thought I think we should backport it to both .NET 6 and 7. |
|
/backport to release/7.0 |
|
/backport to release/6.0 |
|
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3830538576 |
|
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/3830541489 |
The path to the
pingbinary on Android is/system/bin/ping. Newer Androids (API 28+) have a symlink for/bin -> /system/bin, so our CI that runs tests on API 29 didn't catch it.Ref #78990
/cc @wfurt @steveisok