Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 4547ee63e4
Disable perf test on riscv64
The platform (SiFive HiFive Unmatched) is too slow for this test to
pass.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-02-25 17:25:51 +02:00
1 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@
Summary: API for communicating with MessagePack serialization
Name: php-pecl-msgpack
Version: %{upstream_version}%{?upstream_lower:~%{upstream_lower}}
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Source: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
License: BSD
URL: https://pecl.php.net/package/msgpack
@ -154,7 +154,7 @@ done
%check
# Erratic results
rm */tests/034.phpt
%ifarch aarch64
%ifarch aarch64 riscv64
# too slow
rm */tests/035.phpt
%endif
@ -208,6 +208,9 @@ TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \
%changelog
* Sat Feb 25 2023 David Abdurachmanov <davidlt@rivosinc.com> - 2.2.0~RC2-1.0.riscv64
- Disable test 035 on riscv64 (too slow)
* Fri Oct 7 2022 Remi Collet <remi@remirepo.net> - 2.2.0~RC2-1
- update to 2.2.0RC2