public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: W. Michael Petullo <mike@flyn.org>
To: git-commits@fedoraproject.org
Subject: [rpms/hugo] f43: Skip check that fails on ppc64le
Date: Sun, 07 Jun 2026 20:57:13 GMT	[thread overview]
Message-ID: <178086583355.1.12176273143971582338.rpms-hugo-8bdd634ca90c@fedoraproject.org> (raw)

            A new commit has been pushed.

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

            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}

                 reply	other threads:[~2026-06-07 20:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178086583355.1.12176273143971582338.rpms-hugo-8bdd634ca90c@fedoraproject.org \
    --to=mike@flyn.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox