summaryrefslogtreecommitdiffhomepage
path: root/runsc/specutils/BUILD
diff options
context:
space:
mode:
authorTom Lanyon <tom@oneshoeco.com>2019-10-19 20:28:15 +1100
committerTom Lanyon <tom@oneshoeco.com>2019-10-20 21:11:01 +1100
commit7e8b5f4a3a1d84dddb4f8ef83e3fe8d2902dfbcf (patch)
tree970e43021ef18fd24a71abb1aaf2a474a7802215 /runsc/specutils/BUILD
parent74044f2cca498ed3144baccc5d3b7af534829966 (diff)
Add runsc OCI annotations to support CRI-O.
Obligatory https://xkcd.com/927 Fixes #626
Diffstat (limited to 'runsc/specutils/BUILD')
-rw-r--r--runsc/specutils/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/specutils/BUILD b/runsc/specutils/BUILD
index fa58313a0..205638803 100644
--- a/runsc/specutils/BUILD
+++ b/runsc/specutils/BUILD
@@ -5,6 +5,7 @@ package(licenses = ["notice"])
go_library(
name = "specutils",
srcs = [
+ "cri.go",
"fs.go",
"namespace.go",
"specutils.go",