mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 23:37:07 +00:00
Add cli option to skip packages if only metadata is present (without checking the image)
This commit is contained in:
@@ -52,9 +52,10 @@ type CompilerOptions struct {
|
||||
Clean bool
|
||||
KeepImageExport bool
|
||||
|
||||
OnlyDeps bool
|
||||
NoDeps bool
|
||||
SolverOptions config.LuetSolverOptions
|
||||
OnlyDeps bool
|
||||
NoDeps bool
|
||||
SolverOptions config.LuetSolverOptions
|
||||
SkipIfMetadataExists bool
|
||||
}
|
||||
|
||||
func NewDefaultCompilerOptions() *CompilerOptions {
|
||||
|
Reference in New Issue
Block a user