| commit | 16cb15ab5aa2fc0193a1534e65ba2e527e3e8f56 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Mon Feb 24 18:47:48 2025 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Feb 25 14:23:22 2025 +0000 |
| tree | 0d04d148f5127884b12f73b9bc6f83804c65d4cd | |
| parent | 7b1e4c1e89ba5507dd029984a29739b3d43f6846 [diff] [blame] |
treewide: explicity load built-in rules In Bazel 9 all autoloaded rules will be disabled. This prepares us for that. Change-Id: Ibaa4fa2e6b7095922a5699d2d5f3ae6c2cba3552 Reviewed-on: https://review.monogon.dev/c/monogon/+/3939 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/metropolis/node/kubernetes/pause/BUILD.bazel b/metropolis/node/kubernetes/pause/BUILD.bazel index aa0c754..24a4b54 100644 --- a/metropolis/node/kubernetes/pause/BUILD.bazel +++ b/metropolis/node/kubernetes/pause/BUILD.bazel
@@ -1,3 +1,4 @@ +load("@rules_cc//cc:defs.bzl", "cc_binary") load("@rules_oci//oci:defs.bzl", "oci_image", "oci_load") load("//build/static_binary_tarball:def.bzl", "static_binary_tarball")