-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Enable building .NET Core osx-arm64 in CI #43187
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
Changes from all commits
20aac13
2e72c12
2a369a5
cb67462
2a4df7f
3067150
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,6 +33,7 @@ jobs: | |
| - Linux_arm64 | ||
| - Linux_musl_arm64 | ||
| - ${{ if eq(variables['includeOsxOuterloop'], true) }}: | ||
| - OSX_arm64 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I should've caught this... I think we don't have a helix queue setup for OSX_arm64, so I guess this broke the libraries outerloop build. I can fix this in a separate PR and we can enable them once we have a queue for it.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. since we still dont have stable hardware for this we dont expect to enable test runs for osx_arm64 just yet. Can we leave it disabled till we have that?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, I created a PR for that: #43242
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. cool.. thanks.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
@safern Thanks for being genereous, but this was clearly my fault. I forget there are three main pipelines all the time. I get the rolling outerloop and the official build pipeline confused and map them to a single pipeline...
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, we have so many ymls that it is sometimes hard to get it right and the easier way to add a new flavor is to try and look where we're already building |
||
| - OSX_x64 | ||
| jobParameters: | ||
| testGroup: innerloop | ||
|
|
@@ -56,6 +57,7 @@ jobs: | |
| - Linux_musl_x64 | ||
| - Linux_musl_arm64 | ||
| - ${{ if and(eq(variables['includeOsxOuterloop'], true), eq(variables['isFullMatrix'], true)) }}: | ||
| - OSX_arm64 | ||
| - OSX_x64 | ||
| helixQueuesTemplate: /eng/pipelines/libraries/helix-queues-setup.yml | ||
| jobParameters: | ||
|
|
@@ -77,6 +79,7 @@ jobs: | |
| - Linux_x64 | ||
| - Linux_musl_x64 | ||
| - ${{ if eq(variables['includeOsxOuterloop'], true) }}: | ||
| - OSX_arm64 | ||
| - OSX_x64 | ||
| helixQueuesTemplate: /eng/pipelines/libraries/helix-queues-setup.yml | ||
| jobParameters: | ||
|
|
@@ -101,4 +104,4 @@ jobs: | |
| isFullMatrix: ${{ variables['isFullMatrix'] }} | ||
| framework: net48 | ||
| runTests: true | ||
| testScope: outerloop | ||
| testScope: outerloop | ||
Uh oh!
There was an error while loading. Please reload this page.