Skip to content

Commit 0b82ec9

Browse files
committed
fix: fix ci problems about x86_64
1 parent 88d98c8 commit 0b82ec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/axruntime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ chrono = {version = "0.4.38", default-features = false}
6464
indoc = "2"
6565

6666
[target.'cfg(target_arch = "x86_64")'.dependencies]
67-
axplat-x86-qemu-q35 = {version ="0.1.0-preview.1", default-features = false, features = ["reboot-on-system-off"], optional = true}
67+
axplat-x86-qemu-q35 = {version ="0.1.0-preview.1", default-features = false, features = ["reboot-on-system-off", "irq", "smp"], optional = true}
6868

6969
[target.'cfg(target_arch = "aarch64")'.dependencies]
7070
axplat-dyn = { version = "0.4", features = ["irq", "smp", "hv"], optional = true }

0 commit comments

Comments
 (0)