public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust] rawhide: Increase s390x baseline to z15 on RHEL 11 and Fedora 45
Date: Mon, 29 Jun 2026 16:55:59 GMT	[thread overview]
Message-ID: <178275215926.1.6912375074900286653.rpms-rust-09c058ad61f6@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust
            Branch : rawhide
            Commit : 09c058ad61f60e49084d825812cc6419c11297a8
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-06-25T17:22:03-04:00
            Stats  : +2/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust/c/09c058ad61f60e49084d825812cc6419c11297a8?branch=rawhide

            Log:
            Increase s390x baseline to z15 on RHEL 11 and Fedora 45

https://fedoraproject.org/wiki/Changes/GNUToolchainF44
https://src.fedoraproject.org/rpms/gcc/pull-request/74
https://src.fedoraproject.org/rpms/gcc/pull-request/75
https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/358
https://github.com/fedora-eln/eln/issues/556

---
diff --git a/rust.spec b/rust.spec
index 4e80136..81be359 100644
--- a/rust.spec
+++ b/rust.spec
@@ -798,7 +798,8 @@ find -name '*.rs' -type f -perm /111 -exec chmod -v -x '{}' '+'
     " RUSTC_TARGET_CPU_X86_64=x86-64" .. ((rhel >= 10) and "-v3" or (rhel == 9) and "-v2" or "")
     .. " RUSTC_TARGET_CPU_PPC64LE=" .. ((rhel >= 9) and "pwr9" or "pwr8")
     .. " RUSTC_TARGET_CPU_S390X=" ..
-        ((rhel >= 9) and "z14" or (rhel == 8 or fedora >= 38) and "z13" or
+        ((rhel >= 11 or fedora >= 45) and "z15" or (rhel >= 9) and "z14" or
+         (rhel == 8 or fedora >= 38) and "z13" or
          (fedora >= 26) and "zEC12" or (rhel == 7) and "z196" or "z10")
   print(env)
 end}

                 reply	other threads:[~2026-06-29 16:55 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=178275215926.1.6912375074900286653.rpms-rust-09c058ad61f6@fedoraproject.org \
    --to=yselkowi@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