summaryrefslogtreecommitdiffhomepage
path: root/runsc/BUILD
diff options
context:
space:
mode:
authorChanwit Kaewkasi <chanwit@gmail.com>2018-05-10 16:56:49 -0700
committerShentubot <shentubot@google.com>2018-05-10 16:57:41 -0700
commit7b6111b695840ab2938abe0d207514dd34081327 (patch)
tree90961933623d12675a0a17136e19089d1a4fb892 /runsc/BUILD
parentac01f245ff4515af2b69225e8b7fb2cf28808275 (diff)
Display the current git revision in the info block
Change-Id: I9737cc680968033ba82c95bb04cc482fcaa12642 PiperOrigin-RevId: 196192683
Diffstat (limited to 'runsc/BUILD')
-rw-r--r--runsc/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/BUILD b/runsc/BUILD
index 3651c2d30..8f8e2ee35 100644
--- a/runsc/BUILD
+++ b/runsc/BUILD
@@ -8,6 +8,7 @@ go_binary(
"main.go",
],
pure = "on",
+ x_defs = {"main.gitRevision": "{GIT_REVISION}"},
deps = [
"//pkg/log",
"//runsc/boot",