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

Custom Host For Linux/Mac #4152

Open
wants to merge 28 commits into
base: feature/oop-host
Choose a base branch
from

Conversation

aishwaryabh
Copy link
Contributor

@aishwaryabh aishwaryabh commented Nov 7, 2024

Issue describing the changes in this PR

resolves #3886

This PR creates a custom host for mac and linux. This PR does not cover signing the artifacts and simply generates them and modifies the artifact assembler.

Note that this was the initial PR but rebasing got way too messy so just created a new one.

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)

@aishwaryabh aishwaryabh requested a review from a team as a code owner November 7, 2024 04:49
@aishwaryabh aishwaryabh mentioned this pull request Nov 7, 2024
5 tasks
@@ -1426,7 +1426,7 @@ await CliTester.Run(new RunConfiguration[]
}, _output);
}

[Theory]
[Theory(Skip = "Test is flakey")]
Copy link
Member

Choose a reason for hiding this comment

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

Let's capture this test name somewhere (may be in a GH issue) so that we can come back and address it with other flaky tests.

Copy link
Member

@kshyju kshyju left a comment

Choose a reason for hiding this comment

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

I don't think we need --self-contained argument for the dotnet publish (AOT). Can you check the publish command we use for the .net isolated custom host?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants