Skip to content

Commit 1af5aa4

Browse files
committed
Makefile: Add required dependencies
Some of the targets rely on others but weren't actually listed: - init relies on containerization as it invokes cctl. - integration relies on init as it needs the rootfs with vminitd inside.
1 parent 63a56b8 commit 1af5aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ test:
8383
@$(SWIFT) test --enable-code-coverage
8484

8585
.PHONY: integration
86-
integration:
86+
integration: init
8787
ifeq (,$(wildcard bin/vmlinux))
8888
@echo No bin/vmlinux kernel found. See fetch-default-kernel target.
8989
@exit 1

0 commit comments

Comments
 (0)