Skip to content

Conversation

@jkotas
Copy link
Member

@jkotas jkotas commented Jun 7, 2023

Fixes #83695

@ghost ghost assigned jkotas Jun 7, 2023
@ghost
Copy link

ghost commented Jun 7, 2023

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

Issue Details

Fixes #83695

Author: jkotas
Assignees: -
Labels:

area-NativeAOT-coreclr

Milestone: -

<PublishDir>$(RuntimeBinDir)ilc-published/</PublishDir>
<NativeAotSupported Condition="'$(TargetOS)' != 'windows' and '$(TargetOS)' != 'linux' and '$(TargetOS)' != 'osx'">false</NativeAotSupported>
<NativeAotSupported Condition="'$(TargetArchitecture)' != 'x64'">false</NativeAotSupported>
<!-- Can't use NativeAOT in source build yet https://github.com/dotnet/runtime/issues/66859 -->
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made this to match

<!-- Can't use NativeAOT in source build yet https://github.com/dotnet/runtime/issues/66859 -->
<NativeAotSupported Condition="'$(DotNetBuildFromSource)' == 'true'">false</NativeAotSupported>

@jkotas jkotas requested a review from MichalStrehovsky June 7, 2023 19:12
@jkotas jkotas merged commit b8e0ce0 into dotnet:main Jun 7, 2023
@jkotas jkotas deleted the source-build branch June 20, 2023 16:33
@ghost ghost locked as resolved and limited conversation to collaborators Jul 20, 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.

Failure when building self-hosted NativeAOT compiler changes with 8.0 Preview 2 SDK

2 participants