Skip to content

Commit 7f92fe2

Browse files
committed
Revert "测试 CI"
This reverts commit 7816243.
1 parent 7816243 commit 7f92fe2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/qemu-aarch64.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ args = [
66
"virt,virtualization=on,gic-version=3",
77
"-smp",
88
"4",
9-
"-device",
10-
"virtio-blk-device,drive=disk0",
11-
"-drive",
12-
"id=disk0,if=none,format=raw,file=${ROOTFS_DIR}/rootfs.img",
139
"-append",
1410
"root=/dev/vda rw init=/init",
1511
"-m",
1612
"8g",
1713
]
1814
fail_regex = []
19-
success_regex = []
15+
success_regex = ["Hello, world!"]
2016
to_bin = true
2117
uefi = false

0 commit comments

Comments
 (0)