-
Notifications
You must be signed in to change notification settings - Fork 437
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
Custom Host For Linux #4152
Conversation
@@ -1426,7 +1426,7 @@ await CliTester.Run(new RunConfiguration[] | |||
}, _output); | |||
} | |||
|
|||
[Theory] | |||
[Theory(Skip = "Test is flakey")] |
There was a problem hiding this comment.
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.
There was a problem hiding this 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?
* 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
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