public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hugo] f44: Skip check that fails on ppc64le
@ 2026-06-07 20:33 W. Michael Petullo
  0 siblings, 0 replies; only message in thread
From: W. Michael Petullo @ 2026-06-07 20:33 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/hugo
            Branch : f44
            Commit : 0ac26190fbe1270666f57aa955f5b9ea4c899f06
            Author : W. Michael Petullo <mike@flyn.org>
            Date   : 2026-06-07T15:13:42-05:00
            Stats  : +2/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/hugo/c/0ac26190fbe1270666f57aa955f5b9ea4c899f06?branch=f44

            Log:
            Skip check that fails on ppc64le

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

---
diff --git a/hugo.spec b/hugo.spec
index 25f75e8..03dcb77 100644
--- a/hugo.spec
+++ b/hugo.spec
@@ -96,7 +96,8 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
     -s TestVimeoShortcode
     -s TestPagesFromGoTmplAsciiDocAndSimilar
 }
-%gocheck2 -F %{ignores}
+# internal/warpc: fails on ppc64le.
+%gocheck2 -F -d internal/warpc %{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-06-07 20:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 20:33 [rpms/hugo] f44: Skip check that fails on ppc64le 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