Ignore test_eintr on riscv64 for now

[..]
Exception: failed to sync child in 300.3 sec
[..]

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-11-27 07:36:39 +02:00
parent 7ed8b3ebc5
commit 487ddf2180
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,7 @@ URL: https://www.python.org/
%global prerel a1
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 2.0.riscv64%{?dist}
Release: 2.1.riscv64%{?dist}
License: Python-2.0.1
# Getting this build in Koji on 32bit ARM is frustrating due to technical problems
@ -1123,6 +1123,9 @@ CheckPython() {
%if %{with bootstrap}
-x test_distutils \
%endif
%ifarch riscv64
-x test_eintr \
%endif
%ifarch %{mips64}
-x test_ctypes \
%endif
@ -1633,6 +1636,9 @@ CheckPython optimized
# ======================================================
%changelog
* Sun Nov 27 2022 David Abdurachmanov <davidlt@rivosinc.com> - 3.12.0~a1-2.1.riscv64
- Ignore test_eintr test on riscv64
* Tue Nov 15 2022 David Abdurachmanov <davidlt@rivosinc.com> - 3.12.0~a1-2.0.riscv64
- Bootstrap on riscv64