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

docs: update required dependencies #196

Merged
merged 1 commit into from
Nov 11, 2023
Merged

Conversation

miabbott
Copy link
Contributor

In a fresh Fedora 39 container, I had to install the updated list of dependencies to successfully run:

  • cargo fmt
  • cargo clippy
  • cargo build --release

In a fresh Fedora 39 container, I had to install the updated list of
dependencies to successfully run:

- cargo fmt
- cargo clippy
- cargo build --release

Signed-off-by: Micah Abbott <miabbott@redhat.com>
Fedora:

```bash
sudo dnf install clippy openssl-devel ostree-devel ostree-libs rustfmt
Copy link
Collaborator

Choose a reason for hiding this comment

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

As of recently for Fedora one can now also just dnf builddep bootc, but this is fine as is.

@cgwalters cgwalters merged commit 48325ba into containers:main Nov 11, 2023
9 checks passed
```
Make sure you commented your code additions, then run

```bash
Copy link
Member

Choose a reason for hiding this comment

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

There's also a make validate target for that.

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.

None yet

3 participants