Skip to content

Enable Mariner 2.0 DEPS package - #65442

Merged
NikolaMilosavljevic merged 1 commit into
dotnet:mainfrom
NikolaMilosavljevic:cm2.deps
Feb 17, 2022
Merged

Enable Mariner 2.0 DEPS package#65442
NikolaMilosavljevic merged 1 commit into
dotnet:mainfrom
NikolaMilosavljevic:cm2.deps

Conversation

@NikolaMilosavljevic

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
ContributorAuthor

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:mainFeb 17, 2022
@ghostghost locked as resolved and limited conversation to collaborators Mar 19, 2022
Sign up for freeto 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

@NikolaMilosavljevic@jkoritzinsky@am11