build_deps

This commit is contained in:
Marvin Friedrich
2026-05-30 19:18:25 +02:00
parent fc97bc4bb2
commit afb13bb8ad
5 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ def _finalize_host(c: Container, layout: Layout, r: Recipe) -> None:
def _sysroot_sync(c: Container, r: Recipe) -> None:
direct_deps = list(r.deps)
direct_deps = list(dict.fromkeys((*r.deps, *r.build_deps)))
if not direct_deps:
return
initdb = not apk.sysroot_initialized(c)