Skip to content

Commit 1acb97d

Browse files
fix(lmbench): 更改为从 DragonOS 镜像站安装 lmbench 二进制包
1 parent d15a296 commit 1acb97d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

user/dadk/config/lmbench_bin_ubuntu2404.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ type = "install-from-prebuilt"
1919
# 构建来源
2020
# "build_from_source" 可选值:"git", "local", "archive"
2121
# "install_from_prebuilt" 可选值:"local", "archive"
22-
source = "local"
22+
source = "archive"
2323
# 本地目录路径 - 指向已解压的 sysroot 目录
24-
source-path = "user/apps/tests/benchmark/lmbench/sysroot"
24+
source-path = "https://mirrors.dragonos.org.cn/pub/third_party/lmbench/lmbench-ubuntu2404-202511301014-36c2fb2d084343e098b5e343576d4fc0.tar.xz"
25+
archive-rootdir = "sysroot/"
2526

2627
[build]
2728

0 commit comments

Comments
 (0)