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 list of required packages to build Bottlerocket #221

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

arnaldo2792
Copy link
Contributor

Issue number:
N / A

Description of changes:

Add clang to the list of packages required to build Bottlerocket crates

Testing done:

😬

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Add `clang` to the list of packages required to build Bottlerocket
crates

Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
```
##### Fedora
```shell
yum install make automake gcc openssl openssl-devel pkg-config lz4 perl-FindBin perl-lib
dnf install make automake gcc openssl openssl-devel pkg-config lz4 perl-FindBin perl-lib clang-tools-extra
Copy link
Contributor

Choose a reason for hiding this comment

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

It seems like we need clang here too. :(

Copy link
Member

@larvacea larvacea left a comment

Choose a reason for hiding this comment

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

If we want to do cargo build then cmake should be in the dnf install list.

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.

3 participants