Internal change.

PiperOrigin-RevId: 666929095
This commit is contained in:
gVisor bot
2024-08-23 14:51:29 -07:00
parent f02eece40d
commit 7a57658d7c
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ exports_files(["LICENSE"])
nogo_config(
name = "nogo_config",
srcs = ["nogo.yaml"],
visibility = ["//:sandbox"],
visibility = [
"//visibility:public",
],
)
doc(
+3 -1
View File
@@ -80,7 +80,9 @@ go_library(
],
marshal = False,
stateify = False,
visibility = ["//:sandbox"],
visibility = [
"//visibility:public",
],
deps = [
"//pkg/state/wire",
],