Skip to content

Commit

Permalink
doc: mention ci workflow file to learn about deps
Browse files Browse the repository at this point in the history
Fix #38
  • Loading branch information
jubalh authored and hallyn committed Jul 27, 2023
1 parent 35e91da commit e5f05d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/contributions/build_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Fedora:
dnf builddep shadow-utils
```

An alternative would be to take a look at the CI workflow [file](../../.github/workflows/runner.yml)
and get the package names from there. This has the advantage that it
also includes new dependencies needed for the development version
which might have not been present in the last release.

### Configure

The first step is to configure it. You can use the
Expand Down Expand Up @@ -65,4 +70,4 @@ were running some of the CI checks locally:

```
share/container-build.sh
```
```

0 comments on commit e5f05d7

Please sign in to comment.