blob: 3708a0b9fbda140a9ff4c3af1ce370a83a1c76c1 [file] [log] [blame]
load("//build/filter_stamp:def.bzl", "filtered_stamp")
# This is a filtered stable status file which contains only the variables which
# do not change on every commit. Using this instead of the status file avoids
# unnecessary rebuilds.
filtered_stamp(
name = "stabler_status",
vars = [
"KUBERNETES_gitMajor",
"KUBERNETES_gitMinor",
"KUBERNETES_gitVersion",
"KUBERNETES_gitCommit",
"KUBERNETES_gitTreeState",
"KUBERNETES_buildDate",
"MONOGON_copyright",
],
visibility = ["//visibility:public"],
)