diff --git a/recipes/incoming-go/cloudflared.toml b/recipes/cloudflared.toml similarity index 100% rename from recipes/incoming-go/cloudflared.toml rename to recipes/cloudflared.toml diff --git a/recipes/incoming-go/cmctl.toml b/recipes/cmctl.toml similarity index 100% rename from recipes/incoming-go/cmctl.toml rename to recipes/cmctl.toml diff --git a/recipes/incoming-go/datree.toml b/recipes/datree.toml similarity index 100% rename from recipes/incoming-go/datree.toml rename to recipes/datree.toml diff --git a/recipes/incoming-go/dsq.toml b/recipes/dsq.toml similarity index 100% rename from recipes/incoming-go/dsq.toml rename to recipes/dsq.toml diff --git a/recipes/incoming-go/gobetween.toml b/recipes/gobetween.toml similarity index 100% rename from recipes/incoming-go/gobetween.toml rename to recipes/gobetween.toml diff --git a/recipes/incoming-go/gops.toml b/recipes/gops.toml similarity index 100% rename from recipes/incoming-go/gops.toml rename to recipes/gops.toml diff --git a/recipes/incoming-go/kustomize.toml b/recipes/incoming-go/kustomize.toml deleted file mode 100644 index 793cd60c..00000000 --- a/recipes/incoming-go/kustomize.toml +++ /dev/null @@ -1,20 +0,0 @@ -# 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. -# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren. -name = "kustomize" -version = "5.8.1" - -[source] -repo = "https://github.com/kubernetes-sigs/kustomize" -commit = "1155ccbe3c1fc56cbbd82847899f86c7b824e005" - -[build] -compiler = "zig-cc" -target = "x86_64-linux-musl" -link = "static" -flags = [] - -# buildInputs de nix (no usados con CGO off): go -[deps] -build = ["go"] diff --git a/recipes/incoming-go/trivy.toml b/recipes/incoming-go/trivy.toml deleted file mode 100644 index 7e250f01..00000000 --- a/recipes/incoming-go/trivy.toml +++ /dev/null @@ -1,20 +0,0 @@ -# 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. -# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren. -name = "trivy" -version = "0.71.2" - -[source] -repo = "https://github.com/aquasecurity/trivy" -commit = "055a5c8a53bfd61f7a8e276a5b2f0c3fc1673420" - -[build] -compiler = "zig-cc" -target = "x86_64-linux-musl" -link = "static" -flags = [] - -# buildInputs de nix (no usados con CGO off): go -[deps] -build = ["go"] diff --git a/recipes/incoming-go/minio.toml b/recipes/minio.toml similarity index 100% rename from recipes/incoming-go/minio.toml rename to recipes/minio.toml diff --git a/recipes/incoming-go/prometheus-blackbox-exporter.toml b/recipes/prometheus-blackbox-exporter.toml similarity index 100% rename from recipes/incoming-go/prometheus-blackbox-exporter.toml rename to recipes/prometheus-blackbox-exporter.toml diff --git a/recipes/incoming-go/prometheus-node-exporter.toml b/recipes/prometheus-node-exporter.toml similarity index 100% rename from recipes/incoming-go/prometheus-node-exporter.toml rename to recipes/prometheus-node-exporter.toml diff --git a/recipes/incoming-go/tbls.toml b/recipes/tbls.toml similarity index 100% rename from recipes/incoming-go/tbls.toml rename to recipes/tbls.toml diff --git a/recipes/incoming-go/trdsql.toml b/recipes/trdsql.toml similarity index 100% rename from recipes/incoming-go/trdsql.toml rename to recipes/trdsql.toml diff --git a/recipes/incoming-go/woodpecker-cli.toml b/recipes/woodpecker-cli.toml similarity index 100% rename from recipes/incoming-go/woodpecker-cli.toml rename to recipes/woodpecker-cli.toml diff --git a/tandas/staged-fallidos/kustomize.toml b/tandas/staged-fallidos/kustomize.toml index 793cd60c..93030ed9 100644 --- a/tandas/staged-fallidos/kustomize.toml +++ b/tandas/staged-fallidos/kustomize.toml @@ -1,3 +1,4 @@ +# 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. diff --git a/tandas/staged-fallidos/trivy.toml b/tandas/staged-fallidos/trivy.toml index 7e250f01..7559f6f9 100644 --- a/tandas/staged-fallidos/trivy.toml +++ b/tandas/staged-fallidos/trivy.toml @@ -1,3 +1,4 @@ +# DIFERIDA (go-14): usa encoding/json/v2, gateado tras GOEXPERIMENT=jsonv2 en go 1.26 ⇒ 'build constraints exclude all Go files in .../encoding/json/v2'. Fix: [build.phases] compile con GOEXPERIMENT=jsonv2. # 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.