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

devops: add script to generate shared object => package mapping #3022

Merged

Conversation

aslushnikov
Copy link
Collaborator

We use this mapping to provide recommendations on which packages
to install on Linux distributions.

References #2745

We use this mapping to provide recommendations on which packages
to install on Linux distributions.

References microsoft#2745
apt-get install -y nodejs

# Install apt-file
apt-get update && apt-get install -y apt-file && apt-file update
Copy link
Member

Choose a reason for hiding this comment

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

I believe it'd be better if we run it as a normal user. Not sure if it'd make any difference in this case but the library search paths under root are usually slightly different from those of non-privileged users.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Discussed it offline and decided to land as-is and iterate if needed.

@aslushnikov aslushnikov merged commit 3774044 into microsoft:master Jul 20, 2020
@aslushnikov aslushnikov deleted the add-script-to-get-package-mapping branch July 20, 2020 17:35
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.

2 participants