mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 14:58:16 +00:00
runtime-rs: use pathBuf only for x86
PathBuf here is only used for x86. Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
This commit is contained in:
committed by
Hyounggyu Choi
parent
a10779bf0b
commit
ba74a624a8
@@ -918,6 +918,7 @@ mod tests {
|
||||
|
||||
use kata_types::config::hypervisor::{Hypervisor as HypervisorConfig, SecurityInfo};
|
||||
use serial_test::serial;
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
use std::path::PathBuf;
|
||||
use test_utils::{assert_result, skip_if_not_root};
|
||||
|
||||
|
Reference in New Issue
Block a user