public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/maturin] eln: Disable tests on RHEL temporarily
@ 2026-09-01 4:14 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-01 4:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/maturin
Branch : eln
Commit : 97c76f68da5c3ddef43b0f13e4308e3df6c5ea04
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-09-01T00:01:36-04:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/maturin/c/97c76f68da5c3ddef43b0f13e4308e3df6c5ea04?branch=eln
Log:
Disable tests on RHEL temporarily
A majority of the tests require rust crates, but RHEL does not support
crate packages, and so far I haven't figured out how to vendor those
properly.
---
diff --git a/maturin.spec b/maturin.spec
index 76725e5..9879b60 100644
--- a/maturin.spec
+++ b/maturin.spec
@@ -1,4 +1,5 @@
-%bcond check 1
+# many tests require crate dependencies
+%bcond check %[ %{undefined rhel} || %{defined epel} ]
# Fedora and EPEL have patchelf; RHEL/ELN don’t want it.
%bcond patchelf %[ %{undefined rhel} || %{defined epel} ]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-01 4:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01 4:14 [rpms/maturin] eln: Disable tests on RHEL temporarily Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox