docker creators

This commit is contained in:
2025-01-14 10:25:35 +01:00
parent e1c93e8f98
commit 23c1456e7e
15 changed files with 858 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
#!/usr/bin/env -S v -n -w -no-retry-compilation -d use_openssl -enable-globals run
//#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
//-parallel-cc
import os
import freeflowuniverse.herolib.develop.gittools
import freeflowuniverse.herolib.develop.performance
// import freeflowuniverse.herolib.develop.performance
mut silent := false
@@ -12,6 +13,9 @@ coderoot := if 'CODEROOT' in os.environ() {
os.join_path(os.home_dir(), 'code')
}
// timer := performance.new('gittools')
mut gs := gittools.get()!
if coderoot.len > 0 {
// is a hack for now
@@ -23,5 +27,4 @@ mypath := gs.do(
cmd: 'list'
)!
timer := performance.new('gittools')
timer.timeline()
// timer.timeline()