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

Tests build fix with BuildAsStandalone #94208

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

gbalykov
Copy link
Member

Without this patch build of these tests fails with "No entry point declared for executable" with BuildAsStandalone.
Before #91560 they were built as OutputType=Library and these are actually not launched during testing, but are used as libs.

cc @trylek @t-mustafin @clamp03

Without this patch build of these tests fails with "No entry point declared for executable" with BuildAsStandalone.
Before dotnet#91560 they were built as OutputType=Library and these are actually not launched during testing, but are used as libs.
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Oct 31, 2023
@gbalykov
Copy link
Member Author

@trylek please take a look, without this change clr tests build with BuildAsStandalone on main fails

Copy link
Member

@trylek trylek left a comment

Choose a reason for hiding this comment

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

Great, thanks for fixing!

@gbalykov
Copy link
Member Author

gbalykov commented Nov 1, 2023

@trylek can this be merged?

@trylek trylek merged commit 194fc5f into dotnet:main Nov 1, 2023
101 checks passed
@gbalykov
Copy link
Member Author

gbalykov commented Nov 2, 2023

@trylek Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Dec 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-coreclr community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants