public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jonathan Steffan <jsteffan@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-relm4] rawhide: Add rust2rpm.toml for disabling tests.
Date: Sat, 25 Jul 2026 21:44:49 GMT	[thread overview]
Message-ID: <178501588987.1.13418946438627422347.rpms-rust-relm4-b722a354419f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-relm4
Branch : rawhide
Commit : b722a354419f4eacc45b0a867062b733e8ef59ea
Author : Jonathan Steffan <jsteffan@fedoraproject.org>
Date   : 2026-07-25T15:44:41-06:00
Stats  : +8/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-relm4/c/b722a354419f4eacc45b0a867062b733e8ef59ea?branch=rawhide

Log:
Add rust2rpm.toml for disabling tests.

---
diff --git a/rust-relm4.spec b/rust-relm4.spec
index f1df2d4..2433752 100644
--- a/rust-relm4.spec
+++ b/rust-relm4.spec
@@ -1,4 +1,7 @@
 # Generated by rust2rpm 28
+# * tests pull in the relm4-icons dev-dependency (used by examples/icons.rs),
+#   whose build script fails with "Couldn't find `icons.toml` next to
+#   `Cargo.toml`"; rust-relm4-icons is also retired in Fedora (rhbz#2504656)
 %bcond check 0
 %global debug_package %{nil}
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..b1d2ac8
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,5 @@
+[tests]
+run = false
+comments = [
+    "tests pull in the relm4-icons dev-dependency (used by examples/icons.rs), whose build script fails with \"Couldn't find `icons.toml` next to `Cargo.toml`\"; rust-relm4-icons is also retired in Fedora (rhbz#2504656)",
+]

                 reply	other threads:[~2026-07-25 21:44 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=178501588987.1.13418946438627422347.rpms-rust-relm4-b722a354419f@fedoraproject.org \
    --to=jsteffan@fedoraproject.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