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 736fdc1 commit da94fdcCopy full SHA for da94fdc
.github/workflows/qemu-aarch64.toml
@@ -16,6 +16,6 @@ args = [
16
"8g",
17
]
18
fail_regex = []
19
-success_regex = []
+success_regex = ["Hello, world!"]
20
to_bin = true
21
uefi = false
.github/workflows/test-qemu.yml
@@ -12,7 +12,7 @@ jobs:
12
vmconfigs: configs/vms/arceos-aarch64-qemu-smp1.toml
13
vmconfigs_name: ArceOS
14
vmimage_name: qemu_arceos_aarch64
15
- vmrootfs_name: qemu_arceos_aarch64
+ # vmrootfs_name: qemu_arceos_aarch64
# - arch: riscv64
# vmconfigs: configs/vms/arceos-riscv64-qemu-smp1.toml
# vmconfigs_name: ArceOS
0 commit comments