We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c6c4f commit 61f60d3Copy full SHA for 61f60d3
config/app-blocklist.toml
@@ -62,10 +62,9 @@ log_skipped = true
62
# - reason:屏蔽原因说明(可选,建议提供以便调试和维护)
63
64
# 屏蔽gvisor系统调用测试
65
-[[blocked_apps]]
66
-name = "gvisor syscall tests"
67
-reason = "由于文件较大,因此屏蔽。如果要允许系统调用测试,则把这几行取消注释即可"
68
-
+# [[blocked_apps]]
+# name = "gvisor syscall tests"
+# reason = "由于文件较大,因此屏蔽。如果要允许系统调用测试,则把这几行取消注释即可"
69
[[blocked_apps]]
70
name = "NovaShell"
71
reason = "工具链版本有问题,应为nightly-2025-8-10"
0 commit comments