public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hugo] f43: Fix build on RISC-V
@ 2026-09-03 14:27 W. Michael Petullo
  0 siblings, 0 replies; only message in thread
From: W. Michael Petullo @ 2026-09-03 14:27 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/hugo
            Branch : f43
            Commit : 833ea42f2c0bff1432a17013ecae0ce8a5c4eb9e
            Author : W. Michael Petullo <mike@flyn.org>
            Date   : 2026-09-03T09:27:21-05:00
            Stats  : +2/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/hugo/c/833ea42f2c0bff1432a17013ecae0ce8a5c4eb9e?branch=f43

            Log:
            Fix build on RISC-V

Signed-off-by: W. Michael Petullo <mike@flyn.org>

---
diff --git a/hugo.spec b/hugo.spec
index ac4ef0c..bf990ff 100644
--- a/hugo.spec
+++ b/hugo.spec
@@ -90,7 +90,8 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
     -s TestPagesFromGoTmplAsciiDocAndSimilar
 }
 # internal/warpc: fails on ppc64le.
-%gocheck2 -F -d internal/warpc %{ignores}
+# resources/images: fails due to timeout on riscv.
+%gocheck2 -F -d internal/warpc -d resources/images %{ignores}
 %endif
 
 %files -f %{go_vendor_license_filelist}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-03 14:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 14:27 [rpms/hugo] f43: Fix build on RISC-V W. Michael Petullo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox