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/maturin] eln: Disable tests on RHEL temporarily
Date: Tue, 01 Sep 2026 04:14:40 GMT [thread overview]
Message-ID: <178823608057.1.9449109914583617256.rpms-maturin-97c76f68da5c@fedoraproject.org> (raw)
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} ]
reply other threads:[~2026-09-01 4:14 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=178823608057.1.9449109914583617256.rpms-maturin-97c76f68da5c@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