public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-relm4] rawhide: Add rust2rpm.toml for disabling tests.
@ 2026-07-25 21:44 Jonathan Steffan
0 siblings, 0 replies; only message in thread
From: Jonathan Steffan @ 2026-07-25 21:44 UTC (permalink / raw)
To: git-commits
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)",
+]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-25 21:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 21:44 [rpms/rust-relm4] rawhide: Add rust2rpm.toml for disabling tests Jonathan Steffan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox