From 0cd82f4fced4adfc2e62b1b0dc9957f3524cd233 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 13 May 2026 11:25:33 -0500 Subject: [PATCH] fix: mise (#12249) (#12261) --- anda/buildsys/mise/anda.hcl | 3 +++ anda/buildsys/mise/mise-fix-metadata-auto.diff | 13 +++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/anda/buildsys/mise/anda.hcl b/anda/buildsys/mise/anda.hcl index e99cc8f2d0..bec28911ba 100644 --- a/anda/buildsys/mise/anda.hcl +++ b/anda/buildsys/mise/anda.hcl @@ -2,4 +2,7 @@ project pkg { rpm { spec = "rust-mise.spec" } + labels { + large = 1 + } } diff --git a/anda/buildsys/mise/mise-fix-metadata-auto.diff b/anda/buildsys/mise/mise-fix-metadata-auto.diff index 3198f7e1f2..7eb4cc5dc7 100644 --- a/anda/buildsys/mise/mise-fix-metadata-auto.diff +++ b/anda/buildsys/mise/mise-fix-metadata-auto.diff @@ -1,15 +1,16 @@ ---- mise-2026.2.10/Cargo.toml 2006-07-24T01:21:28+00:00 -+++ mise-2026.2.10/Cargo.toml 2026-02-12T15:02:18.584012+00:00 -@@ -575,30 +575,6 @@ +--- mise-2026.5.6/Cargo.toml 2006-07-24T01:21:28+00:00 ++++ mise-2026.5.6/Cargo.toml 2026-05-13T07:19:23.400768+00:00 +@@ -624,31 +624,6 @@ optional = true default-features = false -[target."cfg(windows)".dependencies.self_update] --version = "0.42" +-version = "0.44" -features = [ - "archive-zip", - "compression-zip-deflate", - "signatures", +- "reqwest", - "rustls", -] -optional = true @@ -26,12 +27,12 @@ -] - -[target."cfg(windows)".dependencies.zipsign-api] --version = "0.1" +-version = "0.2" - [lints.clippy] borrowed_box = "allow" -@@ -615,3 +591,4 @@ +@@ -663,3 +638,4 @@ [profile.serious] lto = true inherits = "release"