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

Update prepare_environment.md #36

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

franckhlmartin
Copy link

Adding the required dependencies for setting the tools if you are setting this environment on CBL-Mariner instead of Ubuntu

Adding the required dependencies for setting the tools if you are setting this environment on CBL-Mariner instead of Ubuntu
@franckhlmartin
Copy link
Author

franckhlmartin commented Mar 28, 2023 via email

```
You may want to install rpmlint, in this case you need to add the extended repo in /etc/yum.repos.d/ as mariner-extended.repo
```bash
[mariner-official-extended]
Copy link
Contributor

Choose a reason for hiding this comment

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

We publish this file via the mariner-repos-extended package (sudo tdnf -y install mariner-repos-extended).

Unless there is a need to edit the repo file that should work instead of manually adding the repo.

Copy link
Author

Choose a reason for hiding this comment

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

Good suggestion. Corrected.

You can also setup this environment on CBL-Mariner
```bash
# Install required dependencies.
sudo dnf -y install git make tar wget curl rpm golang genisoimage python bison gawk glibc-devel binutils kernel-headers
Copy link
Contributor

Choose a reason for hiding this comment

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

Andrew just updated our core docs as well: microsoft/azurelinux#5063

I'm thinking we may want to unify to a single source of truth (ie hyperlink back to the core repo for some of this).

Changing the instructions to add the extended repo to install rpmlint
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