blob: 20cfd5727225ee6e6f4f0c4b1c292a0a6dffb5a4 [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",
],
visibility = ["//visibility:public"],
)