Skip to content

Commit 71ee339

Browse files
authored
Merge branch 'main' into common-virtiofs-mount
2 parents b18c7a2 + 3a224e9 commit 71ee339

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ define linux_run
9999
$(MAKE) linux-image; \
100100
fi
101101
@mkdir -p $(ROOT_DIR)/.local/integration-cache
102-
@container run --rm $(2) --memory 16gb --cpus 8 --virtualization \
102+
@container run --rm $(2) --memory 16gb --cpus 8 \
103103
-v $(ROOT_DIR):/workspace \
104104
-v $(ROOT_DIR)/.local/integration-cache:/root/.local/share/com.apple.containerization \
105105
-w /workspace $(LINUX_DEV_IMAGE) \
@@ -245,7 +245,7 @@ ifeq (,$(wildcard bin/initfs.ext4))
245245
@echo "missing bin/initfs.ext4; run 'make init' first (this also seeds the persistent imageStore at .local/integration-cache)"
246246
@exit 1
247247
endif
248-
$(call linux_run,CONTAINERIZATION_RELAXED_SANDBOX=1 ./bin/containerization-integration --kernel ./$(LINUX_INTEGRATION_KERNEL) --ch-binary ./bin/cloud-hypervisor --virtiofsd-binary ./bin/virtiofsd --max-concurrency 1 $(linux_integration_filter),--kernel $(LINUX_INTEGRATION_KERNEL))
248+
$(call linux_run,CONTAINERIZATION_RELAXED_SANDBOX=1 ./bin/containerization-integration --kernel ./$(LINUX_INTEGRATION_KERNEL) --ch-binary ./bin/cloud-hypervisor --virtiofsd-binary ./bin/virtiofsd --max-concurrency 1 $(linux_integration_filter),--kernel $(LINUX_INTEGRATION_KERNEL) --virtualization)
249249

250250
# Builds the x86_64 deployment tarball.
251251
#

0 commit comments

Comments
 (0)