mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Adapt compiler and installer to Tree removal
This commit is contained in:
@@ -25,7 +25,6 @@ type Compiler interface {
|
||||
CompileParallel(concurrency int, keepPermissions bool, ps CompilationSpecs) ([]Artifact, []error)
|
||||
CompileWithReverseDeps(concurrency int, keepPermissions bool, ps CompilationSpecs) ([]Artifact, []error)
|
||||
ComputeDepTree(p CompilationSpec) (solver.PackagesAssertions, error)
|
||||
Prepare(concurrency int) error
|
||||
|
||||
FromPackage(pkg.Package) (CompilationSpec, error)
|
||||
|
||||
|
Reference in New Issue
Block a user