Etapa G: zola al corpus (152→153) — el giant de tera/oxc/grass/ravif sella
Granja dedicada de giants (JOBS=3, RAM 31G): zola ✓ (no necesitaba fix, solo tiempo). mise ✗ (su build.rs busca git/archivo faltante) y nu ✗ (openssl-sys: la fase abuild no monta el wrapper zig-cc → zig recibe target alpine que no conoce) quedan para fix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,8 @@ tarball = "https://github.com/nushell/nushell/archive/0.104.1.tar.gz"
|
||||
# FIXME sha256: el wrapper lo calcula (Alpine publica sha512). sha512 de Alpine:
|
||||
# sha512 = "963efb959385d28839a1505111a3841c08cad7c1941c7c5a3dfc941d34cbd0d2a46d1602cd72f8b5920d86a03b2c157da9893f8ea2b25bbab81c12651a2e91c9"
|
||||
sha256 = "3dafca8bf892f5a2afaac1122a88a7eb7f22a0b62ef901f550173a11d5cbdf6e"
|
||||
patches = ["system-deps.patch"]
|
||||
# system-deps.patch dropeado: forzaba libs del SISTEMA (libgit2/libssh2/sqlite) que no tenemos.
|
||||
# Sin él, los crates -sys vendorean su propio C (libgit2-sys/libssh2-sys/libsqlite3-sys/mimalloc).
|
||||
|
||||
[build]
|
||||
compiler = "zig-cc"
|
||||
@@ -21,7 +22,7 @@ flags = []
|
||||
# de build() de Alpine (traducido; el lab provee $CBUILD/$CHOST — Etapa G Fase 3; revisá --shared para estático):
|
||||
compile = '''
|
||||
_abuild_phase() {
|
||||
cargo auditable build --workspace --release --frozen $_exclude_opts
|
||||
cargo build --release --frozen --bin nu
|
||||
}
|
||||
_abuild_phase
|
||||
'''
|
||||
@@ -42,4 +43,4 @@ _abuild_phase
|
||||
'''
|
||||
|
||||
[deps]
|
||||
build = ["libgit2", "libssh2", "mimalloc2", "openssl", "sqlite"]
|
||||
build = ["openssl"]
|
||||
Reference in New Issue
Block a user