]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
doc: mention ci workflow file to learn about deps
authorMichael Vetter <jubalh@iodoru.org>
Wed, 26 Jul 2023 09:24:29 +0000 (11:24 +0200)
committerSerge Hallyn <serge@hallyn.com>
Thu, 27 Jul 2023 15:03:28 +0000 (10:03 -0500)
Fix https://github.com/shadow-maint/shadow/issues/38

doc/contributions/build_install.md

index 2c0618da3c6c8401171c5a3252dc2ad962cc43a4..d8c5bd9e818865c1e7050df77b25fc45cd17d0ce 100644 (file)
@@ -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
+```