blob: 6a0fcc284f3216375ed5fbb73279445487c11e60 [file] [log] [blame]
Lorenz Brunc88c82d2020-05-08 14:35:04 +02001Copyright 2020 The Monogon Project Authors.
2
3Licensed under the Apache License, Version 2.0 (the "License");
4you may not use this file except in compliance with the License.
5You may obtain a copy of the License at
6
7 http://www.apache.org/licenses/LICENSE-2.0
8
9Unless required by applicable law or agreed to in writing, software
10distributed under the License is distributed on an "AS IS" BASIS,
11WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12See the License for the specific language governing permissions and
13limitations under the License.
14
15
16diff --git a/cmd/containerd-shim-runc-v2/BUILD.bazel b/cmd/containerd-shim-runc-v2/BUILD.bazel
17index 516b165..728b4dd 100644
18--- a/cmd/containerd-shim-runc-v2/BUILD.bazel
19+++ b/cmd/containerd-shim-runc-v2/BUILD.bazel
20@@ -21,5 +21,6 @@ go_library(
21 go_binary(
22 name = "containerd-shim-runc-v2",
23 embed = [":go_default_library"],
24+ pure = "on",
25 visibility = ["//visibility:public"],
26 )
27diff --git a/cmd/containerd/BUILD.bazel b/cmd/containerd/BUILD.bazel
28index 8eed766..9d95be6 100644
29--- a/cmd/containerd/BUILD.bazel
30+++ b/cmd/containerd/BUILD.bazel
31@@ -81,5 +81,6 @@ go_library(
32 go_binary(
33 name = "containerd",
34 embed = [":go_default_library"],
35+ pure = "on",
36 visibility = ["//visibility:public"],
37 )