File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 vmconfigs : configs/vms/arceos-aarch64-qemu-smp1.toml
1313 vmconfigs_name : ArceOS
1414 vmimage_name : qemu_arceos_aarch64
15- - arch : riscv64
16- vmconfigs : configs/vms/arceos-riscv64-qemu-smp1.toml
17- vmconfigs_name : ArceOS
18- vmimage_name : qemu_arceos_riscv64
19- - arch : x86_64
20- vmconfigs : configs/vms/arceos-x86_64-qemu-smp1.toml
21- vmconfigs_name : ArceOS
22- vmimage_name : qemu_arceos_x86_64
15+ # - arch: riscv64
16+ # vmconfigs: configs/vms/arceos-riscv64-qemu-smp1.toml
17+ # vmconfigs_name: ArceOS
18+ # vmimage_name: qemu_arceos_riscv64
19+ # - arch: x86_64
20+ # vmconfigs: configs/vms/arceos-x86_64-qemu-smp1.toml
21+ # vmconfigs_name: ArceOS
22+ # vmimage_name: qemu_arceos_x86_64
2323 fail-fast : false
2424 runs-on :
2525 - self-hosted
5252 run : |
5353 export RUST_LOG=debug
5454 cargo xtask qemu \
55- --build-config configs/board/${{ matrix.arch }}.toml \
55+ --build-config configs/board/qemu- ${{ matrix.arch }}.toml \
5656 --qemu-config .github/workflows/qemu-${{ matrix.arch }}.toml \
5757 --vmconfigs ${{ matrix.vmconfigs }}
You can’t perform that action at this time.
0 commit comments