public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-libcst] rawhide: Don’t attempt cargo tests on ppc64le due to a linker error
Date: Wed, 08 Jul 2026 09:12:27 GMT	[thread overview]
Message-ID: <178350194797.1.4655801071311426590.rpms-python-libcst-1299b23fb53b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-libcst
Branch : rawhide
Commit : 1299b23fb53b7053ccd68ab599aea0862319392e
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-08T06:55:08+01:00
Stats  : +5/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-libcst/c/1299b23fb53b7053ccd68ab599aea0862319392e?branch=rawhide

Log:
Don’t attempt cargo tests on ppc64le due to a linker error

---
diff --git a/python-libcst.spec b/python-libcst.spec
index ed60154..36dac56 100644
--- a/python-libcst.spec
+++ b/python-libcst.spec
@@ -130,9 +130,14 @@ LIBCST_PARSER_TYPE=pure %pytest --import-mode=append ${ignore-} -v "${mod}"
 
 # Rust (native) parser
 %pytest --import-mode=append ${ignore-} -k "${k-}" -v "${mod}"
+
+%dnl Cargo tests fail to build on ppc64le due to a linker error related to the
+%dnl Python C API. It’s not obvious what’s going wrong here.
+%ifnarch %{power64}
 cd native
 %cargo_test
 %endif
+%endif
 
 
 %files -n python3-libcst -f %{pyproject_files}

                 reply	other threads:[~2026-07-08  9:12 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=178350194797.1.4655801071311426590.rpms-python-libcst-1299b23fb53b@fedoraproject.org \
    --to=code@musicinmybrain.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