Skip to content

Commit 1a61162

Browse files
committed
build-sys: Minor doc improvement
Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 81f0d5a commit 1a61162

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Justfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
# Rules written here are *often* used by the Github Action flows,
99
# and should support being configurable where that makes sense (e.g.
1010
# the `build` rule supports being provided a base image).
11-
11+
#
12+
# By default the layering should be thus:
13+
# Github Actions -> Justfile -> podman -> make -> rustc
14+
# -> podman -> dnf|apt ...
15+
# -> cargo xtask
1216
# --------------------------------------------------------------------
1317

1418
# This image is just the base image plus our updated bootc binary

0 commit comments

Comments
 (0)