Etapa G: cosecha go-13 (14) — dev-tools/linters/OCI/git Go (delve/oras/regctl/glab/wire/...)
Queue aislado recipes/incoming-go/ (sin tocar incoming/ del otro agente). 14/16: 2 reintentados tras el fix del watchdog (dnscontrol/lazysql). Diferidos go-mockery (go.work) y usql (CGO sqlite).
This commit is contained in:
@@ -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 = "delve"
|
||||
version = "1.26.3"
|
||||
|
||||
[source]
|
||||
repo = "https://github.com/go-delve/delve"
|
||||
commit = "b17676cac1c1b8588ebdc906ea890e8f075cd948"
|
||||
|
||||
[build]
|
||||
compiler = "zig-cc"
|
||||
target = "x86_64-linux-musl"
|
||||
link = "static"
|
||||
flags = []
|
||||
|
||||
# buildInputs de nix (no usados con CGO off): go
|
||||
[deps]
|
||||
build = ["go"]
|
||||
@@ -1,24 +0,0 @@
|
||||
--- a/cmd/glab/main.go
|
||||
+++ b/cmd/glab/main.go
|
||||
@@ -115,8 +115,6 @@ func main() {
|
||||
rootCmd := commands.NewCmdRoot(cmdFactory)
|
||||
cmd, _, err := rootCmd.Traverse(expandedArgs)
|
||||
|
||||
- setupTelemetryHook(cfg, cmdFactory, cmd)
|
||||
-
|
||||
if err != nil || cmd == rootCmd {
|
||||
originalArgs := expandedArgs
|
||||
isShell := false
|
||||
@@ -192,12 +190,6 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
-func setupTelemetryHook(cfg config.Config, f cmdutils.Factory, cmd *cobra.Command) {
|
||||
- if isTelemetryEnabled(cfg) {
|
||||
- cobra.OnFinalize(addTelemetryHook(f, cmd))
|
||||
- }
|
||||
-}
|
||||
-
|
||||
func checkForUpdate(f cmdutils.Factory, rootCmd *cobra.Command, debug bool) {
|
||||
if !isUpdateCheckEnabled(f) {
|
||||
return
|
||||
@@ -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 = "usql"
|
||||
version = "0.21.4"
|
||||
|
||||
[source]
|
||||
repo = "https://github.com/xo/usql"
|
||||
commit = "f7a9f3fb191ab1a89ab2c62c6121d99a36bd4221"
|
||||
|
||||
[build]
|
||||
compiler = "zig-cc"
|
||||
target = "x86_64-linux-musl"
|
||||
link = "static"
|
||||
flags = []
|
||||
|
||||
# buildInputs de nix (no usados con CGO off): go, unixodbc, icu4c
|
||||
[deps]
|
||||
build = ["go"]
|
||||
@@ -1,3 +1,4 @@
|
||||
# DIFERIDA (go-13): go.work MULTIMÓDULO ⇒ GOWORK=off vendorea solo raíz → vendoring inconsistente; necesita 'go work vendor' (como git-town).
|
||||
# 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.
|
||||
@@ -1,3 +1,4 @@
|
||||
# DIFERIDA (go-13): driver SQLite necesita CGO (cgo-sqlite); con CGO_ENABLED=0 → 'undefined: sqlite'. Necesita build CGO + libs de DB.
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user