Etapa G: cosecha tanda openssl/git2 — 4 promovidos (corpus 148→152)

Granja sobre incoming (giants apartados): monolith + tuc + cargo-generate + cargo-outdated
sellados y promovidos + repo re-firmado. Valida los fixes de hammer-build de esta sesión:
- monolith: openssl-sys vía OPENSSL_DIR.
- cargo-generate/cargo-outdated: cargo-tools COMPLETOS (git2+openssl) — libgit2-sys vendorea
  su libgit2 con cmake; openssl-sys usa la openssl del corpus. Frontera C-FFI destrabada.
- tuc: cargo build (sin auditable).
14 staged (aws-lc/lint/C-libs/mecánicos) + 3 giants en .deferred para tanda dedicada.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-23 13:34:38 -04:00
co-authored by Claude Opus 4.8
parent 3520e12574
commit adbf986133
6 changed files with 158 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
diff --git a/kalk/Cargo.toml b/kalk/Cargo.toml
index 99915ea..1d00a9c 100644
--- a/kalk/Cargo.toml
+++ b/kalk/Cargo.toml
@@ -19,4 +19,9 @@
wasm-bindgen = "0.2.69"
+
+[dependencies.gmp-mpfr-sys]
+version = "1.6.2"
+default-features = false
+features = ["use-system-libs"]
[dev-dependencies]
wasm-bindgen-test = "0.3.19"
diff --git a/Cargo.lock b/Cargo.lock
index 99915ea..1d00a9c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -165,6 +165,7 @@
name = "kalk"
version = "3.2.0"
dependencies = [
+ "gmp-mpfr-sys",
"lazy_static",
"regex",
"rug",
+132
View File
@@ -0,0 +1,132 @@
diff --git a/yazi-actor/Cargo.toml b/yazi-actor/Cargo.toml
index 71830932..2ef6f5b6 100644
--- a/yazi-actor/Cargo.toml
+++ b/yazi-actor/Cargo.toml
@@ -12,7 +12,6 @@ repository = "https://github.com/sxyazi/yazi"
workspace = true
[features]
-default = [ "vendored-lua" ]
vendored-lua = [ "mlua/vendored" ]
[dependencies]
diff --git a/yazi-binding/Cargo.toml b/yazi-binding/Cargo.toml
index bcb2fa1f..ebd96416 100644
--- a/yazi-binding/Cargo.toml
+++ b/yazi-binding/Cargo.toml
@@ -12,7 +12,6 @@ repository = "https://github.com/sxyazi/yazi"
workspace = true
[features]
-default = [ "vendored-lua" ]
vendored-lua = [ "mlua/vendored" ]
[dependencies]
diff --git a/yazi-core/Cargo.toml b/yazi-core/Cargo.toml
index 9feeb567..23a04000 100644
--- a/yazi-core/Cargo.toml
+++ b/yazi-core/Cargo.toml
@@ -13,7 +13,6 @@ rust-version.workspace = true
workspace = true
[features]
-default = [ "vendored-lua" ]
vendored-lua = [ "mlua/vendored" ]
[dependencies]
diff --git a/yazi-dds/Cargo.toml b/yazi-dds/Cargo.toml
index 0262ba94..ad87041e 100644
--- a/yazi-dds/Cargo.toml
+++ b/yazi-dds/Cargo.toml
@@ -12,7 +12,6 @@ repository = "https://github.com/sxyazi/yazi"
workspace = true
[features]
-default = [ "vendored-lua" ]
vendored-lua = [ "mlua/vendored" ]
[dependencies]
diff --git a/yazi-fm/Cargo.toml b/yazi-fm/Cargo.toml
index bfa2f30b..5411c3cb 100644
--- a/yazi-fm/Cargo.toml
+++ b/yazi-fm/Cargo.toml
@@ -22,7 +22,6 @@ inherits = "release"
panic = "unwind"
[features]
-default = [ "vendored-lua" ]
vendored-lua = [ "mlua/vendored" ]
[dependencies]
diff --git a/yazi-parser/Cargo.toml b/yazi-parser/Cargo.toml
index a3147d2a..39702b94 100644
--- a/yazi-parser/Cargo.toml
+++ b/yazi-parser/Cargo.toml
@@ -12,7 +12,6 @@ repository = "https://github.com/sxyazi/yazi"
workspace = true
[features]
-default = [ "vendored-lua" ]
vendored-lua = [ "mlua/vendored" ]
[dependencies]
diff --git a/yazi-plugin/Cargo.toml b/yazi-plugin/Cargo.toml
index ef0553c4..7cdf7f48 100644
--- a/yazi-plugin/Cargo.toml
+++ b/yazi-plugin/Cargo.toml
@@ -12,7 +12,6 @@ repository = "https://github.com/sxyazi/yazi"
workspace = true
[features]
-default = [ "vendored-lua" ]
vendored-lua = [ "mlua/vendored" ]
[dependencies]
diff --git a/yazi-runner/Cargo.toml b/yazi-runner/Cargo.toml
index 97434127..2d4d14ce 100644
--- a/yazi-runner/Cargo.toml
+++ b/yazi-runner/Cargo.toml
@@ -13,7 +13,6 @@ rust-version.workspace = true
workspace = true
[features]
-default = [ "vendored-lua" ]
vendored-lua = [ "mlua/vendored" ]
[dependencies]
diff --git a/yazi-scheduler/Cargo.toml b/yazi-scheduler/Cargo.toml
index 549e3b0b..ff8e528a 100644
--- a/yazi-scheduler/Cargo.toml
+++ b/yazi-scheduler/Cargo.toml
@@ -13,7 +13,6 @@ rust-version.workspace = true
workspace = true
[features]
-default = [ "vendored-lua" ]
vendored-lua = [ "mlua/vendored" ]
[dependencies]
diff --git a/yazi-shim/Cargo.toml b/yazi-shim/Cargo.toml
index a98a4a5a..01c50ed7 100644
--- a/yazi-shim/Cargo.toml
+++ b/yazi-shim/Cargo.toml
@@ -13,7 +13,6 @@ rust-version.workspace = true
workspace = true
[features]
-default = [ "vendored-lua" ]
vendored-lua = [ "mlua/vendored" ]
[dependencies]
diff --git a/yazi-widgets/Cargo.toml b/yazi-widgets/Cargo.toml
index bcf1f357..bcaff88b 100644
--- a/yazi-widgets/Cargo.toml
+++ b/yazi-widgets/Cargo.toml
@@ -13,7 +13,6 @@ rust-version.workspace = true
workspace = true
[features]
-default = [ "vendored-lua" ]
vendored-lua = [ "mlua/vendored" ]
[dependencies]