Etapa G: git-town PROMOVIDO (go.work, Git Town 23.0.3) + kustomize flags=./kustomize + gate alias go-mockery→mockery
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# DIFERIDA (go-14): repo MULTIMÓDULO (api/kyaml/kustomize cada uno con go.mod; raíz sin go.mod) ⇒ detect cae a BuildSys::Make → el Makefile compila 'pluginator' bajando de proxy.golang.org (red) → falla offline. Necesita build del submódulo kustomize/ (cd kustomize && go install).
|
||||
# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final:
|
||||
# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá
|
||||
# compiler/link/phases y adaptá hasta que compile.
|
||||
@@ -14,7 +13,7 @@ commit = "1155ccbe3c1fc56cbbd82847899f86c7b824e005"
|
||||
compiler = "zig-cc"
|
||||
target = "x86_64-linux-musl"
|
||||
link = "static"
|
||||
flags = []
|
||||
flags = ["./kustomize"] # CLI = submódulo kustomize/ (workspace); cmd/k8scopy es helper
|
||||
|
||||
# buildInputs de nix (no usados con CGO off): go
|
||||
[deps]
|
||||
@@ -84,7 +84,7 @@ for f in "$QUEUE"/*.toml; do
|
||||
fluxcd) want=flux ;; chart-testing) want=ct ;; sealed-secrets|kubeseal) want=kubeseal ;;
|
||||
prometheus-node-exporter|node_exporter) want=node_exporter ;;
|
||||
prometheus-blackbox-exporter|blackbox_exporter) want=blackbox_exporter ;;
|
||||
argo-rollouts) want=kubectl-argo-rollouts ;; step-cli) want=step ;; soft-serve) want=soft ;;
|
||||
argo-rollouts) want=kubectl-argo-rollouts ;; step-cli) want=step ;; soft-serve) want=soft ;; go-mockery) want=mockery ;;
|
||||
*) want="$n" ;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user