public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 5.2.1-3
Date: Mon, 29 Jun 2026 12:26:53 GMT	[thread overview]
Message-ID: <178273601353.1.12649201046136617282.rpms-gcc-cd907e635a9a@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : cd907e635a9a89598d1953d6a0bf506b78d18cd7
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2015-10-01T11:28:28+02:00
Stats  : +11/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/cd907e635a9a89598d1953d6a0bf506b78d18cd7?branch=rhel-f41-base

Log:
5.2.1-3

---
diff --git a/gcc.spec b/gcc.spec
index c0f0e23..e464158 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1869,10 +1869,19 @@ cd obj-%{gcc_target_platform}
 # run the tests.
 make %{?_smp_mflags} -k check ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++ \
 %if 0%{?fedora} >= 20
-     RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector-strong}'" || :
+%if 0%{?fedora} >= 23
+# Hack: the arm builders are too slow and we regularly time out, as the
+# build doesn't finish in 24 hours.  This happens only on F23+ though.
+%ifnarch %{arm}
+     RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector-strong}'" \
+%endif
+%else
+     RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector-strong}'" \
+%endif
 %else
-     RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" || :
+     RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" \
 %endif
+     || :
 echo ====================TESTING=========================
 ( LC_ALL=C ../contrib/test_summary || : ) 2>&1 | sed -n '/^cat.*EOF/,/^EOF/{/^cat.*EOF/d;/^EOF/d;/^LAST_UPDATED:/d;p;}'
 echo ====================TESTING END=====================

             reply	other threads:[~2026-06-29 12:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 12:26 Jakub Jelinek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:26 [rpms/gcc] rhel-f41-base: 5.2.1-3 Jakub Jelinek
2026-06-29 12:26 Jakub Jelinek

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=178273601353.1.12649201046136617282.rpms-gcc-cd907e635a9a@fedoraproject.org \
    --to=jakub@redhat.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