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 d15a296 commit 1acb97dCopy full SHA for 1acb97d
user/dadk/config/lmbench_bin_ubuntu2404.toml
@@ -19,9 +19,10 @@ type = "install-from-prebuilt"
19
# 构建来源
20
# "build_from_source" 可选值:"git", "local", "archive"
21
# "install_from_prebuilt" 可选值:"local", "archive"
22
-source = "local"
+source = "archive"
23
# 本地目录路径 - 指向已解压的 sysroot 目录
24
-source-path = "user/apps/tests/benchmark/lmbench/sysroot"
+source-path = "https://mirrors.dragonos.org.cn/pub/third_party/lmbench/lmbench-ubuntu2404-202511301014-36c2fb2d084343e098b5e343576d4fc0.tar.xz"
25
+archive-rootdir = "sysroot/"
26
27
[build]
28
0 commit comments