From c2a939dbe8f24f99354e025efa75b41de2b42cab Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 27 Apr 2025 09:16:49 -0700 Subject: [PATCH] fix: Zig transitve failure failsafe (#4464) (#4466) (cherry picked from commit 5e63223d90958694cca3a8e067c07fab2db1a58e) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/langs/zig/zig-master.spec | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/anda/langs/zig/zig-master.spec b/anda/langs/zig/zig-master.spec index 65be3d53c7..b7dd4f7688 100644 --- a/anda/langs/zig/zig-master.spec +++ b/anda/langs/zig/zig-master.spec @@ -156,21 +156,23 @@ help2man --no-discard-stderr --no-info "./zig-out/bin/zig" --version-option=vers %if %{with docs} # Use the newly made stage 3 compiler to generate docs # Zig has an extremely annoying issue with transitive failures when trying to build the docs, retry until it succeeds -r=3 - -for ((i=0; i