Etapa G: xplr al corpus (99→100) + helix destraba el fetch de gramáticas

xplr construye con el gueto gcc (mlua-sys/Lua linkeaba mal _Unwind_* bajo zig-cc) → promovido.
CORPUS LLEGA A 100 recetas. helix: añade HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1 — su build.rs
intentaba git-clonear 245 gramáticas tree-sitter (panic en el sandbox hermético); pendiente
de validar en la próxima construcción.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 11:15:53 -04:00
co-authored by Claude Opus 4.8
parent a8684c98f4
commit c02c4fa0e0
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -27,6 +27,9 @@ _abuild_phase() {
# system grammars
# https://github.com/helix-editor/helix/blob/25.01.1/helix-loader/src/lib.rs#L64
export HELIX_DEFAULT_RUNTIME=/usr/share/helix/runtime
# Sandbox hermético: helix-term/build.rs intenta `git clone` de 245 gramáticas tree-sitter
# (sin red ⇒ panic). Lo desactivamos; las gramáticas van por runtime/ (build post-install).
export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1
# de-Alpinizado: cargo-auditable no está en el lab de hammer; build plano (Etapa G)
cargo build --frozen --release
}