public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sun Haiyong <sunhaiyong@zdbr.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust] rawhide: remove rust_arches
Date: Fri, 19 Jun 2026 00:27:55 GMT [thread overview]
Message-ID: <178182887545.1.639411125773625203.rpms-rust-e445abce7326@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust
Branch : rawhide
Commit : e445abce7326941885701f2c9cbb52490d08893c
Author : Sun Haiyong <sunhaiyong@zdbr.net>
Date : 2026-06-19T00:27:15+00:00
Stats : +1/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rust/c/e445abce7326941885701f2c9cbb52490d08893c?branch=rawhide
Log:
remove rust_arches
Remove rust_arches so that no architecture is excluded.
keep only x86_64, i686, aarch64, ppc64le, and s390x in bootstrap_arches as an example.
If someone wants to bootstrap other architectures, they can uncomment that line and add the required architectures.
---
diff --git a/rust.spec b/rust.spec
index e70b459..474a752 100644
--- a/rust.spec
+++ b/rust.spec
@@ -6,11 +6,6 @@ License: (Apache-2.0 OR MIT) AND (Artistic-2.0 AND BSD-3-Clause AND ISC A
# ^ written as: (rust itself) and (bundled libraries)
URL: https://www.rust-lang.org
-# Only x86_64, i686, and aarch64 are Tier 1 platforms at this time.
-# https://doc.rust-lang.org/nightly/rustc/platform-support.html
-%global rust_arches x86_64 i686 armv7hl aarch64 ppc64le s390x riscv64
-ExclusiveArch: %{rust_arches}
-
# To bootstrap from scratch, set the channel and date from src/stage0
# e.g. 1.89.0 wants rustc: 1.88.0-2025-06-26
# or nightly wants some beta-YYYY-MM-DD
@@ -23,7 +18,7 @@ ExclusiveArch: %{rust_arches}
# a waste of lookaside cache space when they're most often unused.
# Run "spectool -g rust.spec" after changing this and then "fedpkg upload" to
# add them to sources. Remember to remove them again after the bootstrap build!
-#global bootstrap_arches %%{rust_arches}
+#global bootstrap_arches x86_64 i686 aarch64 ppc64le s390x
# We need CRT files for *-wasi targets, at least as new as the commit in
# src/ci/docker/host-x86_64/dist-various-2/build-wasi-toolchain.sh
reply other threads:[~2026-06-19 0: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=178182887545.1.639411125773625203.rpms-rust-e445abce7326@fedoraproject.org \
--to=sunhaiyong@zdbr.net \
--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