mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 00:06:36 +00:00
Merge pull request #183 from mudler/docker-debug-output
Add realtime output for building phase
This commit is contained in:
@@ -148,8 +148,6 @@ func (cs *LuetCompiler) CompileWithReverseDeps(keepPermissions bool, ps Compilat
|
||||
}
|
||||
|
||||
func (cs *LuetCompiler) CompileParallel(keepPermissions bool, ps CompilationSpecs) ([]Artifact, []error) {
|
||||
Spinner(22)
|
||||
defer SpinnerStop()
|
||||
all := make(chan CompilationSpec)
|
||||
artifacts := []Artifact{}
|
||||
mutex := &sync.Mutex{}
|
||||
|
Reference in New Issue
Block a user