-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
CMake error on ios+NativeAOT running smoke tests #90312
Comments
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos Issue DetailsSeveral errors like:
Build InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=368974 Error Message{
"ErrorMessage": "No SOURCES given to target: nativeaot",
"BuildRetry": false
}
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsSeveral errors like:
Build InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=368974 Error Message{
"ErrorMessage": "No SOURCES given to target: nativeaot",
"BuildRetry": false
} Known issue validationBuild: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=368974
|
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
Several errors like:
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=368974
Build error leg or test failing:
Pull request: #90119
Error Message
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=368974
Error message validated:
No SOURCES given to target: nativeaot
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/10/2023 1:58:09 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: