From d53415a67f4d7056908be187e2d983b1379f4015 Mon Sep 17 00:00:00 2001 From: propelluo Date: Thu, 11 Dec 2025 16:06:49 +0800 Subject: [PATCH] add the missing dependency packages Signed-off-by: propelluo --- blktests/tst-build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blktests/tst-build.sh b/blktests/tst-build.sh index 3d4a788..601bf0a 100755 --- a/blktests/tst-build.sh +++ b/blktests/tst-build.sh @@ -29,6 +29,10 @@ build_dep_pkg_list=" nvme-cli gcc-c++ blktrace + liburing-devel + nbd + libnl3-cli + sg3_utils " # TODO: 实际编译动作 -- Gitee