Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/app-blocklist.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ log_skipped = true

# 屏蔽gvisor系统调用测试
blocked_apps = [
{ name = "gvisor syscall tests", reason = "由于文件较大,因此屏蔽。如果要允许系统调用测试,则把这行取消注释即可" },
# { name = "gvisor syscall tests", reason = "由于文件较大,因此屏蔽。如果要允许系统调用测试,则把这行取消注释即可" },
{ name = "NovaShell", reason = "工具链版本有问题,应为nightly-2025-8-10" },
{ name = "test_ebpf_new", reason = "2025.11.17,aya上游发版有问题,导致ci过不了,暂时禁用" },
{ name = "test_ebpf_tp", reason = "2025.11.17,aya上游发版有问题,导致ci过不了,暂时禁用" },
Expand Down
4 changes: 2 additions & 2 deletions kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ debug = true # Controls whether the compiler passes `-g`

# The release profile, used for `cargo build --release`
[profile.release]
debug = false
# debug = true
# debug = false
debug = true
2 changes: 1 addition & 1 deletion tools/run-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ QEMU_SERIAL="-serial file:${QEMU_SERIAL_LOG_FILE}"
QEMU_DRIVE="id=disk,file=${QEMU_DISK_IMAGE},if=none"
QEMU_ACCELARATE=""
QEMU_DEVICES=""
# QEMU_ARGUMENT+=" -S "
QEMU_ARGUMENT+=" -S "

if [ -f "${QEMU_EXT4_DISK_IMAGE}" ]; then
QEMU_DRIVE+=" -drive id=ext4disk,file=${QEMU_EXT4_DISK_IMAGE},if=none,format=raw"
Expand Down
Loading