Internal change.

PiperOrigin-RevId: 538923714
This commit is contained in:
Etienne Perot
2023-06-08 16:41:21 -07:00
committed by gVisor bot
parent ff81c0c639
commit c0a70cd70c
2 changed files with 5 additions and 6 deletions
+2 -6
View File
@@ -7,9 +7,7 @@ package(
go_binary(
name = "runsc",
srcs = [
"main.go",
],
srcs = ["main.go"],
pure = True,
tags = ["staging"],
visibility = [
@@ -37,9 +35,7 @@ go_binary(
# [1] https://github.com/bazelbuild/bazel/issues/1698
go_binary(
name = "runsc-race",
srcs = [
"main.go",
],
srcs = ["main.go"],
gotags = ["lockdep"],
static = True,
visibility = [
+3
View File
@@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build go1.1
// +build go1.1
// Binary runsc implements the OCI runtime interface.
package main