From 4c5233643597693292247bd17eb3e3f1c7599856 Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Sun, 13 Jul 2025 10:08:25 +0000 Subject: [PATCH] Set qemu as shallow clone --- recipes/wip/vm/qemu/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/wip/vm/qemu/recipe.toml b/recipes/wip/vm/qemu/recipe.toml index 4db5ecc82..2bfd6f493 100644 --- a/recipes/wip/vm/qemu/recipe.toml +++ b/recipes/wip/vm/qemu/recipe.toml @@ -1,5 +1,6 @@ [source] git = "https://github.com/jackpot51/qemu.git" +shallow_clone = true [build] template = "custom"