Don't load requires while parsing compilespec that consume final images

When depending on those package otherwise we try to compile the full
tree instead of reconstrucing the image which is result of a join while
keeping the revdep tree invariate
This commit is contained in:
Ettore Di Giacinto
2021-11-24 21:59:43 +01:00
parent ba0551caab
commit a02ab16510
4 changed files with 35 additions and 16 deletions

View File

@@ -174,6 +174,7 @@ func (r *CompilerRecipe) Load(path string) error {
filepath.Dir(currentpath))
}
pack.Requires(packbuild.GetRequires())
pack.Conflicts(packbuild.GetConflicts())
}