blob: 20cfd5727225ee6e6f4f0c4b1c292a0a6dffb5a4 [file] [log] [blame]
Jan Schär0cbf51a2025-04-23 10:21:17 +00001load("//build/filter_stamp:def.bzl", "filtered_stamp")
2
3# This is a filtered stable status file which contains only the variables which
4# do not change on every commit. Using this instead of the status file avoids
5# unnecessary rebuilds.
6filtered_stamp(
7 name = "stabler_status",
8 vars = [
9 "KUBERNETES_gitMajor",
10 "KUBERNETES_gitMinor",
11 "KUBERNETES_gitVersion",
12 "KUBERNETES_gitCommit",
13 "KUBERNETES_gitTreeState",
14 "KUBERNETES_buildDate",
15 ],
16 visibility = ["//visibility:public"],
17)