mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-02 01:45:21 +00:00
build: Only pull in iced-x86 for x86_64 builds
Fixes: #2024 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
6c0c47a530
commit
9594ecec0d
@ -25,7 +25,7 @@ vmm-sys-util = { version = ">=0.5.0", features = ["with-serde"] }
|
|||||||
git = "https://github.com/rust-vmm/linux-loader"
|
git = "https://github.com/rust-vmm/linux-loader"
|
||||||
features = ["elf", "bzimage"]
|
features = ["elf", "bzimage"]
|
||||||
|
|
||||||
[dependencies.iced-x86]
|
[target.'cfg(target_arch = "x86_64")'.dependencies.iced-x86]
|
||||||
version = "1.9.1"
|
version = "1.9.1"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["std", "decoder", "op_code_info", "instr_info", "fast_fmt"]
|
features = ["std", "decoder", "op_code_info", "instr_info", "fast_fmt"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user