Remove the Makefile dependency of run on phony build

This commit is contained in:
Zhang Junyang 2024-09-04 13:30:31 +08:00 committed by Tate, Hongliang Tian
parent 42f3411337
commit 4fb4cb4c4a

View File

@ -168,7 +168,7 @@ tools:
@cd kernel/libs/comp-sys && cargo install --path cargo-component
.PHONY: run
run: build
run: initramfs $(CARGO_OSDK)
@cargo osdk run $(CARGO_OSDK_ARGS)
# Check the running status of auto tests from the QEMU log
ifeq ($(AUTO_TEST), syscall)