Skip to content

Conversation

@Swapnali911
Copy link

Added ppc64le arch in required files for source build

@Swapnali911 Swapnali911 requested a review from a team as a code owner September 23, 2022 11:50
@dnfadmin
Copy link

dnfadmin commented Sep 23, 2022

CLA assistant check
All CLA requirements met.

@Swapnali911
Copy link
Author

Adding the patch changes manually for .NET7

@Swapnali911
Copy link
Author

@omajid Could you please review. Thanks

maccatalyst-x64;
maccatalyst-arm64;
linux-s390x;
linux-ppc64le;
Copy link
Member

Choose a reason for hiding this comment

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

These should be added to Net70AppHostRids/Net70RuntimePackRids, right? Do we really want to modify the set of architectures in .NET 6?

Choose a reason for hiding this comment

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

I agree. This should be added to Net70AppHostRids/Net70RuntimePackRids

<AspNetCoreRuntimePackRids Include="@(AspNetCore50RuntimePackRids);osx-arm64;linux-s390x" />
<AspNetCoreRuntimePackRids Include="@(AspNetCore50RuntimePackRids);osx-arm64" />
<AspNetCore60RuntimePackRids Include="@(AspNetCore50RuntimePackRids);osx-arm64;linux-s390x" />
<AspNetCore70RuntimePackRids Include="@(AspNetCore50RuntimePackRids);osx-arm64;linux-s390x;linux-ppc64le" />
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<AspNetCore70RuntimePackRids Include="@(AspNetCore50RuntimePackRids);osx-arm64;linux-s390x;linux-ppc64le" />
<AspNetCore70RuntimePackRids Include="@(AspNetCore60RuntimePackRids);linux-ppc64le" />

Copy link
Author

Choose a reason for hiding this comment

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

Updated as per suggestion, please check.

<AspNetCore31RuntimePackRids Include="@(AspNetCore30RuntimePackRids)" />
<AspNetCore50RuntimePackRids Include="@(AspNetCore31RuntimePackRids);linux-musl-arm;win-arm64" />
<AspNetCoreRuntimePackRids Include="@(AspNetCore50RuntimePackRids);osx-arm64;linux-s390x" />
<AspNetCoreRuntimePackRids Include="@(AspNetCore50RuntimePackRids);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.

I think we can delete this line now?

Copy link
Author

Choose a reason for hiding this comment

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

I haven't deleted it as this variable is used in KnownFrameworkReference for net8.0

Choose a reason for hiding this comment

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

We need someone from Microsoft to chime in on this change - this is not just a change for ppc64le

Copy link
Member

Choose a reason for hiding this comment

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

I haven't deleted it as this variable is used in KnownFrameworkReference for net8.0

In that case, perhaps this should mean AspNetCore80RuntimePackRids? And inherit from 70?

Copy link
Author

Choose a reason for hiding this comment

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

@omajid Added AspNetCore80RuntimePackRids inherited from 70, please check

@omajid
Copy link
Member

omajid commented Sep 26, 2022

cc @dotnet/source-build-internal

@Swapnali911 Swapnali911 closed this by deleting the head repository Sep 29, 2022
@Swapnali911
Copy link
Author

Created #14617 for the same changes, recreated PR because fork was messed up. Apologies.

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.

5 participants