public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-nbdime] rawhide: Use only x86_64 builders
@ 2026-09-14 17:06 Lumir Balhar
0 siblings, 0 replies; only message in thread
From: Lumir Balhar @ 2026-09-14 17:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-nbdime
Branch : rawhide
Commit : 246b395ab2f9421489e32ed05c58cb84e4f370f8
Author : Lumir Balhar <lbalhar@redhat.com>
Date : 2026-09-11T12:23:52+02:00
Stats : +6/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-nbdime/c/246b395ab2f9421489e32ed05c58cb84e4f370f8?branch=rawhide
Log:
Use only x86_64 builders
---
diff --git a/python-nbdime.spec b/python-nbdime.spec
index 91a691d..70f97ba 100644
--- a/python-nbdime.spec
+++ b/python-nbdime.spec
@@ -27,11 +27,12 @@ Patch: %{name}-rm-python-mock-usage.diff
# https://github.com/jupyter/nbdime/issues/815
Patch: %{name}-jupyter-builder.patch
-# The build uses nx 16.10.0 (https://github.com/nrwl/nx), which has native
-# components for x86_64 and aarch64 only. Check later releases to see if
-# the nx version has rolled forward to a version that supports more
-# architectures
-ExclusiveArch: %{x86_64} %{arm64} noarch
+# The build uses nx 16.10.0 (https://github.com/nrwl/nx), which needs an
+# architecture-specific native component. The vendored npm cache (Source1)
+# is generated by prepare_vendor.sh on x86_64, so it only contains the
+# x86_64 natives; building this noarch package anywhere else fails with
+# "Cannot find module '@nx/nx-linux-<arch>-gnu'".
+ExclusiveArch: %{x86_64} noarch
BuildArch: noarch
BuildSystem: pyproject
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-14 17:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-14 17:06 [rpms/python-nbdime] rawhide: Use only x86_64 builders Lumir Balhar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox