Skip to content
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

Fix iOS/tvOS NativeAOT builds #95405

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Conversation

akoeplinger
Copy link
Member

@akoeplinger akoeplinger commented Nov 29, 2023

#80295 added a new entry to tryrun.cmake but iOS/tvOS use a separate tryrun_ios_tvos.cmake which was missing the new entry. Removing the separate file is tracked in #86829

dotnet#80295 added a new entry to tryrun.cmake but iOS/tvOS use a separate tryrun_ios_tvos.cmake which was missing the new entry.
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 29, 2023
@ghost ghost assigned akoeplinger Nov 29, 2023
@ghost
Copy link

ghost commented Nov 29, 2023

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

#80295 added a new entry to tryrun.cmake but iOS/tvOS use a separate tryrun_ios_tvos.cmake which was missing the new entry. Removing the separate file is tracked in #86829

Author: akoeplinger
Assignees: akoeplinger
Labels:

area-NativeAOT-coreclr, needs-area-label

Milestone: -

@akoeplinger akoeplinger removed the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 29, 2023
akoeplinger added a commit to akoeplinger/runtime that referenced this pull request Nov 29, 2023
While looking at dotnet#95405 I noticed that we didn't fail the build when the cmake configure step failed but tried to run the build regardless.
The reason is because in ece10ad another command `popd` was added after the cmake invocation which overwrote the exit code so build-commons.sh didn't know cmake failed.
@akoeplinger
Copy link
Member Author

Failures are unrelated.

@akoeplinger akoeplinger merged commit 2046432 into dotnet:main Nov 29, 2023
170 of 180 checks passed
@akoeplinger akoeplinger deleted the fix-nativeaot branch November 29, 2023 16:46
@github-actions github-actions bot locked and limited conversation to collaborators Dec 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants