public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ingvar Hagelund <ingvar@redpill-linpro.com>
To: git-commits@fedoraproject.org
Subject: [rpms/jemalloc] rawhide: Skipped a check to make s390x build, upstream issue 2753
Date: Mon, 21 Sep 2026 09:40:16 GMT	[thread overview]
Message-ID: <178998361688.1.1779527185663715867.rpms-jemalloc-35346dfbabff@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/jemalloc
Branch : rawhide
Commit : 35346dfbabff407dcd1d7ad0569c93b27ea595a7
Author : Ingvar Hagelund <ingvar@redpill-linpro.com>
Date   : 2026-09-21T11:40:06+02:00
Stats  : +10/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/jemalloc/c/35346dfbabff407dcd1d7ad0569c93b27ea595a7?branch=rawhide

Log:
Skipped a check to make s390x build, upstream issue 2753

---
diff --git a/jemalloc.spec b/jemalloc.spec
index 3d935d5..9c77aa2 100644
--- a/jemalloc.spec
+++ b/jemalloc.spec
@@ -75,6 +75,13 @@ uname -a
 
 autoreconf -vfi
 %configure %{?disable_thp} %{?lg_page} --enable-prof
+
+# https://github.com/jemalloc/jemalloc/issues/2753
+%ifarch s390x
+rm test/unit/retained.c
+sed -i '/test\/unit\/retained\.c/d' Makefile
+%endif
+
 make %{?_smp_mflags}
 
 
@@ -110,6 +117,9 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';'
 %ldconfig_scriptlets
 
 %changelog
+* Mon Sep 21 2026 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.4.0-2
+- Skipped a check to make s390x build, upstream issue 2753
+
 * Thu Sep 17 2026 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.4.0-1
 - New upstream release
 - Moved jeprof to main package, closing rhbz#2157051

                 reply	other threads:[~2026-09-21  9:40 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=178998361688.1.1779527185663715867.rpms-jemalloc-35346dfbabff@fedoraproject.org \
    --to=ingvar@redpill-linpro.com \
    --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