From e5f05d78127489648330c0c136afb7eba61bd2e0 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 26 Jul 2023 11:24:29 +0200 Subject: [PATCH] doc: mention ci workflow file to learn about deps Fix https://github.com/shadow-maint/shadow/issues/38 --- doc/contributions/build_install.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/contributions/build_install.md b/doc/contributions/build_install.md index 2c0618da..d8c5bd9e 100644 --- a/doc/contributions/build_install.md +++ b/doc/contributions/build_install.md @@ -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 @@ -65,4 +70,4 @@ were running some of the CI checks locally: ``` share/container-build.sh -``` \ No newline at end of file +```