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 #4152

Merged
merged 30 commits into from
Nov 25, 2024

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 linux. This was tested locally on a docker container and the artifacts are also signed.

For mac, we are currently blocked as the signing does not work and there were some issues locally for repro'ing this, so I modified this PR just to include the linux changes.

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?

@aishwaryabh aishwaryabh changed the title Custom Host For Linux/Mac Custom Host For Linux Nov 25, 2024
@aishwaryabh aishwaryabh merged commit cea9f92 into feature/oop-host Nov 25, 2024
3 of 5 checks passed
@aishwaryabh aishwaryabh deleted the aibhandari/custom-host-mac-linux-new branch November 25, 2024 22:17
aishwaryabh added a commit that referenced this pull request Nov 26, 2024
* addressing comments and initial changes for generating artifacts

* osx change

* deleting extra directory

* change order of extract directories

* logging artifact directory

* skipping flakey e2e test

* fixed version bug

* addressing comments

* core tools host windows should still sign

* adding exe to comment

* removing self-contained arg

* addding logging statement

* adding assembly path logging

* removing not needed nethost logging

* more logging!

* adding signing back

* removing sign step

* adding path var

* adding variable to path

* install net8

* seperating net9 task to seperate job

* forgot quote

* add core tools host

* adding mac signing

* changing mac folder back

* changing signing path back

* trying 3rd party sign

* trying to notarize

* remove custom host mac

* removing not needed logging
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