public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/onnx] test-1.21.0: Enable s390x builds
@ 2026-06-08 15:18 Diego Herrera
0 siblings, 0 replies; only message in thread
From: Diego Herrera @ 2026-06-08 15:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/onnx
Branch : test-1.21.0
Commit : db00deba7b6629c56f02feeb2a98cc5b91ec9205
Author : Diego Herrera <dherrera@redhat.com>
Date : 2026-02-16T11:55:10-03:00
Stats : +8/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/onnx/c/db00deba7b6629c56f02feeb2a98cc5b91ec9205?branch=test-1.21.0
Log:
Enable s390x builds
---
diff --git a/onnx.spec b/onnx.spec
index fe68c41..36aca09 100644
--- a/onnx.spec
+++ b/onnx.spec
@@ -1,6 +1,6 @@
Name: onnx
Version: 1.17.0
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: Open standard for machine learning interoperability
License: Apache-2.0
@@ -17,8 +17,6 @@ Patch: 0003-Add-fixes-for-use-with-onnxruntime.patch
# Add fixes for use with onnxruntime
Patch: 0004-Remove-python-parameterized-dependency.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=2212096
-ExcludeArch: s390x
%if %{undefined fc40} && %{undefined fc41}
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
@@ -108,6 +106,10 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}
export PYTEST_ADDOPTS="-k 'not test_float8_e4m3fn_negative_nan and \
not test_float8_e5m2_negative_nan and not test_maxpool_2d_uint8_cpu'"
%endif
+%ifarch s390x
+export PYTEST_ADDOPTS="-k 'not test_make_tensor_raw'"
+%endif
+
%pytest
%files libs
@@ -128,6 +130,9 @@ not test_float8_e5m2_negative_nan and not test_maxpool_2d_uint8_cpu'"
%{_bindir}/check-node
%changelog
+* Mon Feb 16 2026 Diego Herrera <dherrera@fedoraproject.org> - 1.17.0-12
+- Re-enable s390x
+
* Tue Feb 10 2026 Marcin Juszkiewicz - 1.17.0-11
- skip 3 tests on riscv64: test_float8_e4m3fn_negative_nan,
test_float8_e5m2_negative_nan, test_maxpool_2d_uint8_cpu
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-08 15:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 15:18 [rpms/onnx] test-1.21.0: Enable s390x builds Diego Herrera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox