public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-libcst] epel10: Don’t attempt cargo tests on ppc64le due to a linker error
@ 2026-07-09  5:42 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-09  5:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-libcst
Branch : epel10
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=epel10

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}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-09  5:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09  5:42 [rpms/python-libcst] epel10: Don’t attempt cargo tests on ppc64le due to a linker error Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox