We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e875f commit 6d5bc5fCopy full SHA for 6d5bc5f
.github/workflows/test-qemu.yml
@@ -48,11 +48,6 @@ jobs:
48
echo "Updated kernel_path in $config"
49
done
50
51
- - name: Build axvisor
52
- run: |
53
- cargo xtask defconfig qemu-aarch64 \
54
- cargo xtask build
55
-
56
- name: Run tests
57
run: |
58
export RUST_LOG=debug
xtask/src/main.rs
@@ -103,6 +103,7 @@ async fn main() -> Result<()> {
103
}
104
Commands::Qemu(args) => {
105
ctx.vmconfigs = args.vmconfigs;
106
+ ctx.build_config_path = args.build_config;
107
ctx.run_qemu().await?;
108
109
Commands::Uboot(args) => {
0 commit comments