mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 666929095
This commit is contained in:
@@ -19,7 +19,9 @@ exports_files(["LICENSE"])
|
||||
nogo_config(
|
||||
name = "nogo_config",
|
||||
srcs = ["nogo.yaml"],
|
||||
visibility = ["//:sandbox"],
|
||||
visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
)
|
||||
|
||||
doc(
|
||||
|
||||
+3
-1
@@ -80,7 +80,9 @@ go_library(
|
||||
],
|
||||
marshal = False,
|
||||
stateify = False,
|
||||
visibility = ["//:sandbox"],
|
||||
visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
deps = [
|
||||
"//pkg/state/wire",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user