mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 23:07:55 +00:00
agent: Create pci_root_bus_path for riscv64
`create_pci_root_bus_path` needs to be enabled on riscv64 for agent to compile and work on those platforms. Signed-off-by: Nikos Ch. Papadopoulos <ncpapad@cslab.ece.ntua.gr>
This commit is contained in:
committed by
Ruoqing He
parent
1cb34c4d0a
commit
0f2c0d38f5
@@ -13,6 +13,7 @@ use std::fs;
|
||||
pub const SYSFS_DIR: &str = "/sys";
|
||||
#[cfg(any(
|
||||
all(target_arch = "powerpc64", target_endian = "little"),
|
||||
target_arch = "riscv64",
|
||||
target_arch = "s390x",
|
||||
target_arch = "x86_64",
|
||||
target_arch = "x86"
|
||||
|
Reference in New Issue
Block a user