Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions config/app-blocklist.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,5 @@ blocked_apps = [
{ name = "gvisor syscall tests", reason = "由于文件较大,因此屏蔽。如果要允许系统调用测试,则把这行取消注释即可" },
{ name = "test_ebpf_new", reason = "2025.11.17,aya上游发版有问题,导致ci过不了,暂时禁用" },
{ name = "test_ebpf_tp", reason = "2025.11.17,aya上游发版有问题,导致ci过不了,暂时禁用" },
{ name = "DragonReach", reason = "不再维护" },
{ name = "runcell", reason = "依赖项依赖github,可能网络问题导致编不过" },

{ name = "DragonReach", reason = "不再维护" }
]
2 changes: 1 addition & 1 deletion user/dadk/config/all/runcell_0_1_0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type = "build-from-source"
# "install_from_prebuilt" 可选值:"local", "archive"
source = "git"
# 路径或URL
source-path = "https://github.com/DragonOS-Community/runcell.git"
source-path = "https://git.mirrors.dragonos.org.cn/zhuangkaiye/runcell.git"
# git标签或分支
# 注意: branch和revision只能二选一,且source要设置为"git"
revision = "c13e69f"
Expand Down
Loading