[NIXL] fix cpu PD after physical <> logical block_size PR (#28904)

Signed-off-by: Chendi Xue <chendi.xue@intel.com>
This commit is contained in:
Chendi.Xue
2025-11-18 13:03:23 -06:00
committed by GitHub
parent e4bb2684bc
commit c3e2978620
3 changed files with 17 additions and 5 deletions

View File

@@ -95,6 +95,7 @@ def install_system_dependencies():
"meson",
"libtool",
"libtool-bin",
"pkg-config",
]
run_command(["apt-get", "update"])
run_command(["apt-get", "install", "-y"] + apt_packages)