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] f45: Fix build on RISC-V
Date: Fri, 04 Sep 2026 18:27:46 GMT	[thread overview]
Message-ID: <178854646641.1.18425242414386822521.rpms-hugo-9e6d253339ce@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/hugo
            Branch : f45
            Commit : 9e6d253339ce47416da68196fadc26fca33c25ff
            Author : W. Michael Petullo <mike@flyn.org>
            Date   : 2026-09-04T13:27:35-05:00
            Stats  : +2/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/hugo/c/9e6d253339ce47416da68196fadc26fca33c25ff?branch=f45

            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}

                 reply	other threads:[~2026-09-04 18:27 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=178854646641.1.18425242414386822521.rpms-hugo-9e6d253339ce@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