Disabled tests on 32 bit architectures (code is broken, use on own risk)
This commit is contained in:
parent
40450a34c2
commit
d3f9c88b01
@ -7,7 +7,7 @@
|
||||
|
||||
Name: roc-toolkit
|
||||
Version: 0.1.5^%{git_suffix}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Real-time audio streaming
|
||||
License: MPL-2.0 AND LGPL-2.1-or-later AND CECILL-C
|
||||
URL: https://github.com/roc-streaming/roc-toolkit
|
||||
@ -72,7 +72,7 @@ scons install --with-openfec-includes=%{_includedir}/openfec --prefix=%{buildroo
|
||||
|
||||
%check
|
||||
# https://github.com/roc-streaming/roc-toolkit/issues/480
|
||||
%ifnarch i686
|
||||
%ifnarch i686 armv7hl
|
||||
scons test --with-openfec-includes=%{_includedir}/openfec
|
||||
%endif
|
||||
|
||||
@ -95,6 +95,9 @@ scons test --with-openfec-includes=%{_includedir}/openfec
|
||||
%doc html
|
||||
|
||||
%changelog
|
||||
* Tue Oct 11 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 0.1.5^20220829git863a0227-3
|
||||
- Disabled tests on 32 bit architectures (code is broken, use on own risk)
|
||||
|
||||
* Mon Oct 10 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 0.1.5^20220829git863a0227-2
|
||||
- Switched license tag to SPDX format
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user