mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 538923714
This commit is contained in:
committed by
gVisor bot
parent
ff81c0c639
commit
c0a70cd70c
+2
-6
@@ -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 = [
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user