summaryrefslogtreecommitdiffhomepage
path: root/runsc/BUILD
diff options
context:
space:
mode:
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",