Granja nocturna JOBS=4 + watchdog de disco (drena work/sources no-activas cada 3 min ⇒ disco acotado, no se llenó). import 38/45 → 36 a cola → build-yield 20/36. Todos ELF static-musl que corren: bingrep 0.12, cargo-deb 3.7, cargo-llvm-lines 0.4, cargo-modules 0.26, cargo-wipe, cargo-zigbuild 0.22, cpc 3.0, csview 1.3, dufs 0.46, fastmod 0.4, git-graph 0.7, jql 8.0, kibi 0.3, ox 0.7, ruplacer 0.10, rustic 0.11, simple-http-server 0.8, ttyper 1.6, xan 0.59, zenith 0.15. 16 fallos quedan staged en incoming/ para triage (frontera de libs C / imports rotos). Verificado `file ... statically linked` en los 20. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
677 B
TOML
20 lines
677 B
TOML
# 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 = "ttyper"
|
|
version = "1.6.0"
|
|
|
|
[source]
|
|
repo = "https://github.com/max-niederman/ttyper"
|
|
commit = "00ca3aea6003d428becbce968d5ec4df3fe6e786"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["--bin", "ttyper"]
|
|
|
|
[build.phases]
|
|
install = "mkdir -p /out/usr/bin && cp target/release/ttyper /out/usr/bin/ttyper"
|