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

Add NativeAOT runtime pack builds for osx x64/arm64 #89018

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

akoeplinger
Copy link
Member

This is necessary for the NativeAOT work in xamarin-macios

This is necessary for the NativeAOT work in xamarin-macios
@ghost
Copy link

ghost commented Jul 17, 2023

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

Issue Details

This is necessary for the NativeAOT work in xamarin-macios

Author: akoeplinger
Assignees: akoeplinger
Labels:

area-Infrastructure-libraries

Milestone: -

@@ -104,6 +104,8 @@ extends:
jobTemplate: /eng/pipelines/common/global-build-job.yml
buildConfig: release
platforms:
- osx_x64
- osx_arm64
Copy link
Member

Choose a reason for hiding this comment

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

Do you know why win, linux and linux_musl are missing from this list?

Copy link
Member

Choose a reason for hiding this comment

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

Tracked by #87060. It should be done, but one step at a time.

@ghost
Copy link

ghost commented Jul 17, 2023

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

Issue Details

This is necessary for the NativeAOT work in xamarin-macios

Author: akoeplinger
Assignees: akoeplinger
Labels:

area-NativeAOT-coreclr

Milestone: -

@akoeplinger akoeplinger merged commit 31ffdb7 into main Jul 18, 2023
167 of 170 checks passed
@akoeplinger akoeplinger deleted the akoeplinger-patch-1 branch July 18, 2023 10:59
akoeplinger added a commit to akoeplinger/runtime that referenced this pull request Jul 19, 2023
The additional osx-x64 and osx-arm64 legs added for NativeAOT in dotnet#89018 caused the `runtime.osx-*.Microsoft.DotNet.ILCompiler` and runtime.osx-*.runtime.native.System.IO.Ports` packages to be duplicated.

This change makes sure we only publish them from one leg (the CoreCLR one).
github-actions bot pushed a commit that referenced this pull request Jul 19, 2023
The additional osx-x64 and osx-arm64 legs added for NativeAOT in #89018 caused the `runtime.osx-*.Microsoft.DotNet.ILCompiler` and runtime.osx-*.runtime.native.System.IO.Ports` packages to be duplicated.

This change makes sure we only publish them from one leg (the CoreCLR one).
carlossanlop pushed a commit that referenced this pull request Jul 19, 2023
The additional osx-x64 and osx-arm64 legs added for NativeAOT in #89018 caused the `runtime.osx-*.Microsoft.DotNet.ILCompiler` and runtime.osx-*.runtime.native.System.IO.Ports` packages to be duplicated.

This change makes sure we only publish them from one leg (the CoreCLR one).

Co-authored-by: Alexander Köplinger <[email protected]>
akoeplinger added a commit that referenced this pull request Jul 19, 2023
The additional osx-x64 and osx-arm64 legs added for NativeAOT in #89018 caused the `runtime.osx-*.Microsoft.DotNet.ILCompiler` and runtime.osx-*.runtime.native.System.IO.Ports` packages to be duplicated.

This change makes sure we only publish them from one leg (the CoreCLR one).
@ghost ghost locked as resolved and limited conversation to collaborators Aug 17, 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.

6 participants