We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f0d5a commit 1a61162Copy full SHA for 1a61162
Justfile
@@ -8,7 +8,11 @@
8
# Rules written here are *often* used by the Github Action flows,
9
# and should support being configurable where that makes sense (e.g.
10
# the `build` rule supports being provided a base image).
11
-
+#
12
+# By default the layering should be thus:
13
+# Github Actions -> Justfile -> podman -> make -> rustc
14
+# -> podman -> dnf|apt ...
15
+# -> cargo xtask
16
# --------------------------------------------------------------------
17
18
# This image is just the base image plus our updated bootc binary
0 commit comments