| commit | bed76d97e58becd2aa314a6132c9968efabc16b5 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Tue Feb 18 03:04:14 2025 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Feb 25 21:36:11 2025 +0000 |
| tree | d9e862bcddf77a913e8bdd3bb361f2fbcd949be5 | |
| parent | 8eb0244ed3653b6bcb80a29acb4f9e6b66a272f4 [diff] [blame] |
osbase/build: move efi.bzl, split and move def.bzl to their corresponding action This is a small reorganization to make the osbase/build less dependent on each other. Change-Id: I8c12f04f3bdc98128c5424f142f452c2e094f2e8 Reviewed-on: https://review.monogon.dev/c/monogon/+/3903 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
diff --git a/metropolis/installer/test/BUILD.bazel b/metropolis/installer/test/BUILD.bazel index 7390cf6..7f7ad54 100644 --- a/metropolis/installer/test/BUILD.bazel +++ b/metropolis/installer/test/BUILD.bazel
@@ -1,5 +1,5 @@ load("@io_bazel_rules_go//go:def.bzl", "go_test") -load("//osbase/build:efi.bzl", "efi_unified_kernel_image") +load("//osbase/build/mkpayload:def.bzl", "efi_unified_kernel_image") go_test( name = "test_test",