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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user