From dfaca62f0354436c6321345dadb68a7d642c4d03 Mon Sep 17 00:00:00 2001 From: sergio Date: Mon, 29 Jun 2026 15:14:10 -0400 Subject: [PATCH] =?UTF-8?q?Etapa=20G:=20csvtk=20PROMOVIDO=20(v0.33.0;=20no?= =?UTF-8?q?ta=20'subdir'=20era=20vieja,=20go.mod=20en=20ra=C3=ADz)=20+=20d?= =?UTF-8?q?olt=20subdir=3Dgo=20validado=20(queda=20por=20cgo+oniguruma=20e?= =?UTF-8?q?xterna)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {tandas/staged-2026-06-26 => recipes}/csvtk.toml | 0 tandas/staged-fallidos/dolt.toml | 2 ++ 2 files changed, 2 insertions(+) rename {tandas/staged-2026-06-26 => recipes}/csvtk.toml (100%) diff --git a/tandas/staged-2026-06-26/csvtk.toml b/recipes/csvtk.toml similarity index 100% rename from tandas/staged-2026-06-26/csvtk.toml rename to recipes/csvtk.toml diff --git a/tandas/staged-fallidos/dolt.toml b/tandas/staged-fallidos/dolt.toml index b8978303..eeeee6e2 100644 --- a/tandas/staged-fallidos/dolt.toml +++ b/tandas/staged-fallidos/dolt.toml @@ -1,3 +1,4 @@ +# DIFERIDA (frontera): subdir="go" YA funciona (entra al módulo), pero go-mysql-server internal/regex usa cgo+oniguruma (lib C EXTERNA) sin fallback puro-Go ⇒ necesita CGO + receta oniguruma. Clase cgo-lib-externa. # 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. @@ -13,6 +14,7 @@ commit = "781cbb730221ea7df4fc7995255bb336df9c3864" compiler = "zig-cc" target = "x86_64-linux-musl" link = "static" +subdir = "go" flags = [] # buildInputs de nix (no usados con CGO off): go, icu4c