Skip to content

Commit 6d5bc5f

Browse files
committed
fix: cargo xtask qemu do not build axvisor
1 parent 85e875f commit 6d5bc5f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/test-qemu.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ jobs:
4848
echo "Updated kernel_path in $config"
4949
done
5050
51-
- name: Build axvisor
52-
run: |
53-
cargo xtask defconfig qemu-aarch64 \
54-
cargo xtask build
55-
5651
- name: Run tests
5752
run: |
5853
export RUST_LOG=debug

xtask/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ async fn main() -> Result<()> {
103103
}
104104
Commands::Qemu(args) => {
105105
ctx.vmconfigs = args.vmconfigs;
106+
ctx.build_config_path = args.build_config;
106107
ctx.run_qemu().await?;
107108
}
108109
Commands::Uboot(args) => {

0 commit comments

Comments
 (0)