-
Notifications
You must be signed in to change notification settings - Fork 516
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
[dotnet][msbuild] Strip symbols from native executable #11378
Conversation
We have to consider (setup and process) `libSystem.Globalization.Native` in order not to remove the required symbols when stripping the native executable.
❌ Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffTest results2 tests failed, 105 tests passed.Failed tests
Pipeline on Agent XAMBOT-1096.BigSur |
This seems to be the error (which shows locally up with #11380 applied):
|
Interesting... it's all Catalyst and I figured out (yesterday for Maui) that it has the (non system) ICU code (like iOS and tvOS). That's likely the same fix that's required here... |
❌ Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffTest results2 tests failed, 105 tests passed.Failed tests
Pipeline on Agent XAMBOT-1094.BigSur' |
Failures are unrelated, known (network) issues -> https://github.com/xamarin/maccore/issues/1083 |
We have to consider (setup and process)
libSystem.Globalization.Native
in order not to remove the required symbols when stripping the native
executable.