Lorenz Brun | c88c82d | 2020-05-08 14:35:04 +0200 | [diff] [blame^] | 1 | Copyright 2020 The Monogon Project Authors. |
| 2 | |
| 3 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | you may not use this file except in compliance with the License. |
| 5 | You may obtain a copy of the License at |
| 6 | |
| 7 | http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | |
| 9 | Unless required by applicable law or agreed to in writing, software |
| 10 | distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | See the License for the specific language governing permissions and |
| 13 | limitations under the License. |
| 14 | |
| 15 | |
| 16 | diff --git a/cmd/containerd-shim-runc-v2/BUILD.bazel b/cmd/containerd-shim-runc-v2/BUILD.bazel |
| 17 | index 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 | ) |
| 27 | diff --git a/cmd/containerd/BUILD.bazel b/cmd/containerd/BUILD.bazel |
| 28 | index 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 | ) |