blob: 3708a0b9fbda140a9ff4c3af1ce370a83a1c76c1 [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",
Jan Schär10670e52025-04-23 12:54:48 +000015 "MONOGON_copyright",
Jan Schär0cbf51a2025-04-23 10:21:17 +000016 ],
17 visibility = ["//visibility:public"],
18)