mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 15:54:39 +00:00
@@ -50,6 +50,8 @@ type CompilerOptions struct {
|
||||
CompressionType CompressionImplementation
|
||||
Clean bool
|
||||
|
||||
OnlyDeps bool
|
||||
NoDeps bool
|
||||
SolverOptions config.LuetSolverOptions
|
||||
}
|
||||
|
||||
@@ -62,6 +64,8 @@ func NewDefaultCompilerOptions() *CompilerOptions {
|
||||
KeepImg: true,
|
||||
Concurrency: runtime.NumCPU(),
|
||||
Clean: true,
|
||||
OnlyDeps: false,
|
||||
NoDeps: false,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user