mirror of
https://github.com/mudler/luet.git
synced 2025-09-13 13:50:26 +00:00
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:
@@ -174,6 +174,7 @@ func (r *CompilerRecipe) Load(path string) error {
|
||||
filepath.Dir(currentpath))
|
||||
}
|
||||
pack.Requires(packbuild.GetRequires())
|
||||
|
||||
pack.Conflicts(packbuild.GetConflicts())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user