summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-07-21 13:36:38 +0200
committerGitHub <noreply@github.com>2025-07-21 13:36:38 +0200
commit28147b458689b338a25b5bb17d650956c6f37745 (patch)
treef5cf8d1b172ba0ff9c6a4842faac7df79b0a5fa1
parentd59967adf99d46d23ca3be132ad13c4d67ebdcc4 (diff)
parent29e0afb3763aa985a97fb3bb69546f80f4a0398c (diff)
downloadvyos-build-28147b458689b338a25b5bb17d650956c6f37745.tar.gz
vyos-build-28147b458689b338a25b5bb17d650956c6f37745.zip
Merge pull request #990 from MPStudyly/patch-1
T7636: Fix Makefile target for test-no-interfaces
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5444814..348e536d 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ test: checkiso
.PHONY: test-no-interfaces
.ONESHELL:
test-no-interfaces: checkiso
- scripts/check-qemu-install --debug --configd --smoketest --uefi --no-interfaces --cpu 4 --memory 8 build/live-image-amd64.hybrid.iso
+ scripts/check-qemu-install --debug --configd --smoketest --uefi --no-interfaces --cpu 4 --memory 8 --huge-page-size 2M --huge-page-count 1800 build/live-image-amd64.hybrid.iso
.PHONY: test-no-interfaces-no-vpp
.ONESHELL: