-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[coreclr] Native AOT runtime and functional tests on apple mobile report undefined symbols for architecture arm64 #90218
Comments
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/public/_build/results?buildId=367843&view=logs&jobId=1a7f2d0f-403f-5f1a-afbb-20466d7ac54e Error Message{
"ErrorMessage": "Undefined symbols for architecture arm64",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": false
} The regression may have been introduced in #89869. /cc: @steveisok @akoeplinger Error log:
|
In dotnet#89869, the call to the AppleAppBuilderTask passed an item for `NativeDependencies` as opposed to a property. The change wasn't reflected in the runtime test build.proj, so the built test app wasn't being sent in. Fixes dotnet#90312 Fixes dotnet#90218
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=367843&view=logs&jobId=1a7f2d0f-403f-5f1a-afbb-20466d7ac54e
Leg Name: ios-arm64 Release AllSubsets_NativeAOT_RuntimeTests / ios-arm64 Release AllSubsets_NativeAOT
Error Message
The regression may have been introduced in #89869. /cc: @steveisok @akoeplinger
Error log:
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=367843
Error message validated:
Undefined symbols for architecture arm64
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/9/2023 10:18:06 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: