Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Fix alpine linux RID graph generation #3483

Merged
merged 1 commit into from
Dec 7, 2017

Conversation

janvorli
Copy link
Member

@janvorli janvorli commented Dec 1, 2017

Alpine Linux doesn't have 'linux' in its hierarchy, so the
GenerateRuntimeGraph target doesn't output alpine node to the runtimes
section of the Microsoft.NETCore.App.deps.json.

This change is a quick fix to that issue to unblock my work on enabling building of CLI for Alpine.
In longer term, we should create a new osgroup named alpine or maybe better linuxmusl or something
along these lines and make it a fully supported OS group everywhere.

Alpine Linux doesn't have 'linux' in its hierarchy, so the
GenerateRuntimeGraph target doesn't output alpine node to the runtimes
section of the Microsoft.NETCore.App.deps.json.

This change is a hotfix to that issue. In longer term, we should create
a new osgroup named `alpine` or maybe better `linuxmusl` or something
along these lines and make it a fully supported OS group everywhere.
@janvorli janvorli requested a review from eerhardt December 1, 2017 22:41
@janvorli janvorli self-assigned this Dec 1, 2017
@janvorli janvorli added area-Setup bug Product bug (most likely) os-linux Linux OS (any supported distro) labels Dec 1, 2017
@janvorli janvorli added this to the 2.1.0 milestone Dec 1, 2017
@janvorli
Copy link
Member Author

janvorli commented Dec 1, 2017

@eerhardt it seems there is a problem with this change on Alpine, please do not merge it until I verify it.

@janvorli janvorli added * NO MERGE * The PR is not ready for merge yet (see discussion for detailed reasons) and removed * NO MERGE * The PR is not ready for merge yet (see discussion for detailed reasons) labels Dec 1, 2017
@janvorli
Copy link
Member Author

janvorli commented Dec 7, 2017

@eerhardt the fix for Alpine rid parent in corefx fixed the issue I was having, so this PR is ready to review / merge.

Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks @janvorli.

@eerhardt eerhardt merged commit 0327161 into dotnet:master Dec 7, 2017
@janvorli janvorli deleted the fix-alpine-rid-graph-generation branch January 29, 2020 12:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Setup bug Product bug (most likely) os-linux Linux OS (any supported distro)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants