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

Enable Mariner 2.0 DEPS package #65442

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

NikolaMilosavljevic
Copy link
Member

Fixes: #65441

Enables Mariner 2.0 DEPS package.

Contributes to end-to-end solution for: #64756

</PropertyGroup>

<ItemGroup>
<LinuxPackageDependency Include="openssl-libs;icu;krb5" />
Copy link
Member

Choose a reason for hiding this comment

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

Q: do we need libnuma? It is a soft (!required) dependency, but some functionality in coreclr takes advantage of it for scaling / multi-processor scenarios (@janvorli, please correct me if that's not the case).

Copy link
Member Author

Choose a reason for hiding this comment

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

Q: do we need libnuma? It is a soft (!required) dependency, but some functionality in coreclr takes advantage of it for scaling / multi-processor scenarios (@janvorli, please correct me if that's not the case).

We can update this later. For now, we'd like to use the same set of dependencies as Mariner 1.0.

@NikolaMilosavljevic NikolaMilosavljevic merged commit 310406d into dotnet:main Feb 17, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Mar 19, 2022
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.

Enable Mariner 2.0 DEPS package
3 participants