| commit | 8b9bf216bd4ab085ac3443edfe70a249f30359f1 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Sun Jun 29 02:59:30 2025 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Mon Jun 30 00:02:45 2025 +0000 |
| tree | 727f9b7ba438590345762dd2eba84b16d08ea1c4 | |
| parent | 446a147ed9dd63dc68dc4d4e4a0a09b8e244621e [diff] |
osbase/build/mkcpio: remove todo We can all agree this is just normal bazel behaviour. Closes #456 Change-Id: I0637261b99fd966885e958b19abd5dde1356f290 Reviewed-on: https://review.monogon.dev/c/monogon/+/4357 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/osbase/build/mkcpio/def.bzl b/osbase/build/mkcpio/def.bzl index 2db2793..b917506 100644 --- a/osbase/build/mkcpio/def.bzl +++ b/osbase/build/mkcpio/def.bzl
@@ -7,7 +7,6 @@ fsspec_core_impl(ctx, ctx.executable._mkcpio, initramfs) - # TODO(q3k): Document why this is needed return [DefaultInfo(runfiles = ctx.runfiles(files = [initramfs]), files = depset([initramfs]))] node_initramfs = rule(